Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 0c953e5ef3933260c6847d62bf9bd3f80377dd97..cc1a82120511a9efaff37eb53007a34a9da5ef1f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -163,6 +163,7 @@ |
#define JS_OTHER_OP_LIST(V) \ |
V(JSConstructForwardVarargs) \ |
V(JSConstruct) \ |
+ V(JSConstructWithArrayLike) \ |
V(JSConstructWithSpread) \ |
V(JSCallForwardVarargs) \ |
V(JSCall) \ |