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