Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index db055300eec266dc9eab7d35d4b26b0bb26efb1f..443eeb3b6a876021c9637fe15851f1ae1a4efc81 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -827,7 +827,8 @@ namespace internal { |
F(FlattenString, 1, 1) \ |
F(StringCharFromCode, 1, 1) \ |
F(ExternalStringGetChar, 2, 1) \ |
- F(StringCharCodeAt, 2, 1) |
+ F(StringCharCodeAt, 2, 1) \ |
+ F(StringPrototypeIndexOf, 3, 1) |
#define FOR_EACH_INTRINSIC_SYMBOL(F) \ |
F(CreateSymbol, 1, 1) \ |