Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 870cfa65ef66a900f03d1c03015711e30236b2ef..69acd045fd18f0f5c0b2d757cd016afe7f432d05 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -157,6 +157,7 @@ namespace internal { |
F(RegExpExec, 4, 1) \ |
F(RegExpExecMultiple, 4, 1) \ |
F(RegExpInitializeObject, 5, 1) \ |
+ F(RegExpConstructResult, 3, 1) \ |
\ |
/* Strings */ \ |
F(StringCharCodeAt, 2, 1) \ |