| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 0ebb15f638bf868ff84d219ada8b3a16827ca495..017d124f7f31612a12ec2ec22f7b3a447e9fa7e3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -56,8 +56,7 @@ namespace internal {
|
| F(ArraySpeciesConstructor, 1, 1) \
|
| F(ArrayIncludes_Slow, 3, 1) \
|
| F(ArrayIndexOf, 3, 1) \
|
| - F(SpreadIterablePrepare, 1, 1) \
|
| - F(SpreadIterablePrepareVarargs, -1, 1)
|
| + F(SpreadIterablePrepare, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_ATOMICS(F) \
|
| F(ThrowNotIntegerSharedTypedArrayError, 1, 1) \
|
| @@ -89,7 +88,8 @@ namespace internal {
|
| F(StoreToSuper_Sloppy, 4, 1) \
|
| F(StoreKeyedToSuper_Strict, 4, 1) \
|
| F(StoreKeyedToSuper_Sloppy, 4, 1) \
|
| - F(GetSuperConstructor, 1, 1)
|
| + F(GetSuperConstructor, 1, 1) \
|
| + F(ConstructWithSpread, -1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_COLLECTIONS(F) \
|
| F(StringGetRawHashField, 1, 1) \
|
|
|