Index: src/js/regexp.js |
diff --git a/src/js/regexp.js b/src/js/regexp.js |
index 611f780612d35a6628f3f9524d852c37a2238294..e29580c466295ae6f0bf18298175b922bb40e698 100644 |
--- a/src/js/regexp.js |
+++ b/src/js/regexp.js |
@@ -1183,6 +1183,7 @@ for (var i = 1; i < 10; ++i) { |
utils.Export(function(to) { |
to.RegExpExec = DoRegExpExec; |
+ to.RegExpInitialize = RegExpInitialize; |
to.RegExpLastMatchInfo = RegExpLastMatchInfo; |
to.RegExpSubclassExecJS = RegExpSubclassExecJS; |
to.RegExpSubclassMatch = RegExpSubclassMatch; |