Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 42ef8b039fc321c521d7c8ce0cea15383751d98d..114b58025aef2cca51d6fc75fccc39693496082a 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -129,6 +129,7 @@ namespace internal { |
ASM(InterpreterPushArgsAndTailCallFunction) \ |
ASM(InterpreterPushArgsAndConstruct) \ |
ASM(InterpreterPushArgsAndConstructFunction) \ |
+ ASM(InterpreterPushArgsAndConstructArray) \ |
ASM(InterpreterEnterBytecodeDispatch) \ |
ASM(InterpreterOnStackReplacement) \ |
\ |