Index: src/regexp-delay.js |
=================================================================== |
--- src/regexp-delay.js (revision 3528) |
+++ src/regexp-delay.js (working copy) |
@@ -140,12 +140,6 @@ |
} |
-function DoRegExpExecGlobal(regexp, string) { |
- // Returns an array of arrays of substring indices. |
- return %RegExpExecGlobal(regexp, string, lastMatchInfo); |
-} |
- |
- |
function RegExpExec(string) { |
if (!IS_REGEXP(this)) { |
throw MakeTypeError('method_called_on_incompatible', |