Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 22ce43a3916d2bced1508e1676788409124dfb83..723c230b540e4953aca6c9e79e17f58aeaa6c881 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) \ |