Backed out changeset fe06fb5e10a7, wrong bug number.

This commit is contained in:
Jeff Walden
2014-01-24 15:00:52 -08:00
parent d9acb9f14a
commit ba61aab50b
18 changed files with 671 additions and 578 deletions

View File

@@ -16,16 +16,15 @@
#include "NamespaceImports.h"
#include "frontend/SourceNotes.h"
#include "vm/Opcodes.h"
/*
* JS operation bytecodes.
*/
typedef enum JSOp {
#define ENUMERATE_OPCODE(op, val, ...) op = val,
FOR_EACH_OPCODE(ENUMERATE_OPCODE)
#undef ENUMERATE_OPCODE
#define OPDEF(op,val,name,token,length,nuses,ndefs,format) \
op = val,
#include "jsopcode.tbl"
#undef OPDEF
JSOP_LIMIT,
/*