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

Unified Diff: test/mjsunit/strong/load-builtins.js

Issue 1219663009: [strong] Add tests for loading from super, loading with access checks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « test/cctest/test-api.cc ('k') | test/mjsunit/strong/load-super.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/strong/load-builtins.js
diff --git a/test/mjsunit/strong/load-builtins.js b/test/mjsunit/strong/load-builtins.js
index 4266cc42c580779f95481f0959078db167b0c666..6638ff33320b20fc7109b2814afce0dd14f77c30 100644
--- a/test/mjsunit/strong/load-builtins.js
+++ b/test/mjsunit/strong/load-builtins.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --strong-mode --allow-natives-syntax
+// Flags: --strong-mode
function getGlobal() {
return this;
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/strong/load-super.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698