Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 9b33310093d44836a442b76fdfc28a5a42299708..ce152b15123c59db71b1f3893549e7a863f84c99 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -159,6 +159,7 @@ |
V(JSCreateScriptContext) |
#define JS_OTHER_OP_LIST(V) \ |
+ V(JSConstructForwardVarargs) \ |
V(JSConstruct) \ |
V(JSConstructWithSpread) \ |
V(JSCallForwardVarargs) \ |