| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 41163a1e97e55ee941adfd3ccf35d54abf453bf3..7556286c5043d74efdf70d2d3f7a043ed0052004 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -82,6 +82,7 @@ namespace internal {
|
| ASM(ConstructProxy) \
|
| /* ES6 section 7.3.13 Construct (F, [argumentsList], [newTarget]) */ \
|
| ASM(Construct) \
|
| + ASM(ConstructWithSpread) \
|
| ASM(JSConstructStubApi) \
|
| ASM(JSConstructStubGeneric) \
|
| ASM(JSBuiltinsConstructStub) \
|
|
|