Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 1426) |
+++ src/runtime.h (working copy) |
@@ -137,8 +137,8 @@ |
\ |
/* Regular expressions */ \ |
F(RegExpCompile, 3) \ |
- F(RegExpExec, 4) \ |
- F(RegExpExecGlobal, 3) \ |
+ F(RegExpExec, 3) \ |
+ F(RegExpExecGlobal, 2) \ |
\ |
/* Strings */ \ |
F(StringCharCodeAt, 2) \ |