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

Unified Diff: test/mjsunit/declare-locally.js

Issue 1571873004: Ship ES2015 sloppy-mode const semantics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Associate with --harmony-shipping Created 4 years, 11 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 | « test/mjsunit/debug-evaluate-const.js ('k') | test/mjsunit/es6/block-eval-var-over-legacy-const.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/declare-locally.js
diff --git a/test/mjsunit/declare-locally.js b/test/mjsunit/declare-locally.js
index dca357b060932586c4c7fd190a91592aa8819594..45d30e09476b4993a2124c57b2cadfa1190f8ed0 100644
--- a/test/mjsunit/declare-locally.js
+++ b/test/mjsunit/declare-locally.js
@@ -33,7 +33,7 @@
// This exercises the code in runtime.cc in
// DeclareGlobal...Locally().
-// Flags: --es52-globals
+// Flags: --legacy-const
this.__proto__.foo = 42;
this.__proto__.bar = 87;
« no previous file with comments | « test/mjsunit/debug-evaluate-const.js ('k') | test/mjsunit/es6/block-eval-var-over-legacy-const.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698