| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index b2b72e21933137d406323ab250c0aa0cd0a43e8b..eebaeedf40b3cfd6f05e43157b36a3a267f990e6 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -85,6 +85,7 @@ namespace internal {
|
| ASM(ConstructProxy) \
|
| /* ES6 section 7.3.13 Construct (F, [argumentsList], [newTarget]) */ \
|
| ASM(Construct) \
|
| + ASM(ConstructWithSpread) \
|
| ASM(JSConstructStubApi) \
|
| ASM(JSConstructStubGeneric) \
|
| ASM(JSBuiltinsConstructStub) \
|
| @@ -143,6 +144,7 @@ namespace internal {
|
| ASM(InterpreterPushArgsAndConstruct) \
|
| ASM(InterpreterPushArgsAndConstructFunction) \
|
| ASM(InterpreterPushArgsAndConstructArray) \
|
| + ASM(InterpreterPushArgsAndConstructWithSpread) \
|
| ASM(InterpreterEnterBytecodeAdvance) \
|
| ASM(InterpreterEnterBytecodeDispatch) \
|
| ASM(InterpreterOnStackReplacement) \
|
|
|