Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index c5b6c81c1084f119d3569e80da884efab95c8497..2b49b63c9039514cfdf4e5cc4c094ec5cfb46627 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -109,6 +109,7 @@ |
#define JS_OBJECT_OP_LIST(V) \ |
V(JSCreate) \ |
+ V(JSCreateArguments) \ |
V(JSCreateClosure) \ |
V(JSCreateLiteralArray) \ |
V(JSCreateLiteralObject) \ |