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

Unified Diff: src/js/regexp.js

Issue 2112713003: Revert of Put RegExp js code in strict mode (patchset #2 id:20001 of https://codereview.chromium.or… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add more test262 failures Created 4 years, 6 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 | test/mjsunit/regexp-lastIndex.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 b2ba2dfa4e074777fee3abb4387a393ffa53d668..6b7cf4870b916c64e4ab4998e41fc93c724e0ede 100644
--- a/src/js/regexp.js
+++ b/src/js/regexp.js
@@ -4,8 +4,6 @@
(function(global, utils) {
-'use strict';
-
%CheckIsBootstrapping();
// -------------------------------------------------------------------
« no previous file with comments | « no previous file | test/mjsunit/regexp-lastIndex.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698