Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: src/js/regexp.js

Issue 1762183002: Base the right RegExp brand checks on Symbol.match (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Enable newly passing test262 tests Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/js/string.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/regexp.js
diff --git a/src/js/regexp.js b/src/js/regexp.js
index d408b5c43211d56e14a4dc55158f31abe612f3d3..523ac52e71b3bcd7ea0e3b1f43196aae9ca3028c 100644
--- a/src/js/regexp.js
+++ b/src/js/regexp.js
@@ -776,6 +776,7 @@ utils.Export(function(to) {
to.RegExpExecNoTests = RegExpExecNoTests;
to.RegExpLastMatchInfo = RegExpLastMatchInfo;
to.RegExpTest = RegExpTest;
+ to.IsRegExp = IsRegExp;
});
})
« no previous file with comments | « no previous file | src/js/string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698