Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 65cb1f81571461502450727322739ad352332fc1..b9106be9f38bf70037a1a0ef5301cb8a924bf924 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -465,6 +465,7 @@ namespace internal { |
F(RegExpExecReThrow, 4, 1) \ |
F(RegExpInternalReplace, 3, 1) \ |
F(RegExpReplace, 3, 1) \ |
+ F(RegExpSplit, 3, 1) \ |
F(StringReplaceGlobalRegExpWithString, 4, 1) \ |
F(StringReplaceNonGlobalRegExpWithFunction, 3, 1) \ |
F(StringSplit, 3, 1) |