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

Unified Diff: src/regexp.js

Issue 988513003: Switch the order of experimental global initialization and running natives. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 9 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 | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp.js
diff --git a/src/regexp.js b/src/regexp.js
index 140f7798a5cb1923d6a34b823542034d0abb3bb5..0d42b3acff3eabdca3e05ff5660274e8bebebb7e 100644
--- a/src/regexp.js
+++ b/src/regexp.js
@@ -6,6 +6,8 @@ var $regexpExec;
var $regexpExecNoTests;
var $regexpLastMatchInfo;
var $regexpLastMatchInfoOverride;
+var harmony_regexps = false;
arv (Not doing code reviews) 2015/03/12 15:47:30 Why the underscores? JS style is camelCase.
Jakob Kummerow 2015/03/12 16:05:36 DBC: I think this is acceptable, considering preva
+var harmony_unicode_regexps = false;
(function() {
« no previous file with comments | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698