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