Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 35e07c3d7fb50c9a08a2ee3e247a9587f4c5238d..d42e782b413176d8b9a8edfa05b836664c63a82d 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -111,6 +111,7 @@ |
#define JS_OBJECT_OP_LIST(V) \ |
V(JSCreate) \ |
V(JSCreateArguments) \ |
+ V(JSCreateArray) \ |
V(JSCreateClosure) \ |
V(JSCreateLiteralArray) \ |
V(JSCreateLiteralObject) \ |
@@ -128,6 +129,7 @@ |
V(JSLoadContext) \ |
V(JSStoreContext) \ |
V(JSLoadDynamic) \ |
+ V(JSLoadNativeContext) \ |
V(JSCreateFunctionContext) \ |
V(JSCreateCatchContext) \ |
V(JSCreateWithContext) \ |