Index: src/regexp.js |
diff --git a/src/regexp.js b/src/regexp.js |
index a0d7094e026181f8071015658582319cdca6b0c9..bf75ca1b011e4f5a30013a84621a9d9e3b5a882b 100644 |
--- a/src/regexp.js |
+++ b/src/regexp.js |
@@ -447,6 +447,7 @@ utils.Export(function(to) { |
to.RegExpExec = DoRegExpExec; |
to.RegExpExecNoTests = RegExpExecNoTests; |
to.RegExpLastMatchInfo = RegExpLastMatchInfo; |
+ to.RegExpTest = RegExpTest; |
}); |
}) |