Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 26a2b9df2428d855a72c2d85b561e83e69b3f116..001e05fc3bc93220e63f4d88a713b0aece02e7ef 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -162,6 +162,7 @@ namespace internal { |
F(RegExpExecMultiple, 4, 1) \ |
F(RegExpInitializeObject, 5, 1) \ |
F(RegExpConstructResult, 3, 1) \ |
+ F(RegExpCloneResult, 1, 1) \ |
\ |
/* Strings */ \ |
F(StringCharCodeAt, 2, 1) \ |