Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 686ae4c1c2eea1f955db536a70f8c14be51d5d8b..dbdc12a4d53bb42e1263e070617129ab4ebf8a21 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -55,7 +55,8 @@ namespace internal { |
F(GetCachedArrayIndex, 1, 1) \ |
F(FixedArrayGet, 2, 1) \ |
F(FixedArraySet, 3, 1) \ |
- F(ArraySpeciesConstructor, 1, 1) |
+ F(ArraySpeciesConstructor, 1, 1) \ |
+ F(ArrayIncludes_Slow, 3, 1) |
#define FOR_EACH_INTRINSIC_ATOMICS(F) \ |
F(ThrowNotIntegerSharedTypedArrayError, 1, 1) \ |