| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 0b0fd62dd3f3491a432b8dfd2e5c47dbd1e77ae3..2b470c52a647abe575a801bd1bbd15df2d739742 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -56,7 +56,8 @@ namespace internal {
|
| F(FixedArraySet, 3, 1) \
|
| F(ArraySpeciesConstructor, 1, 1) \
|
| F(ArrayIncludes_Slow, 3, 1) \
|
| - F(ArrayIndexOf, 3, 1)
|
| + F(ArrayIndexOf, 3, 1) \
|
| + F(SpreadIterablePrepare, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_ATOMICS(F) \
|
| F(ThrowNotIntegerSharedTypedArrayError, 1, 1) \
|
|
|