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

Unified Diff: test/mjsunit/es6/reflect-prevent-extensions.js

Issue 1815773002: Remove runtime flags for Proxy and Reflect (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 4 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 | « test/mjsunit/es6/reflect-own-keys.js ('k') | test/mjsunit/es6/reflect-set-prototype-of.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/reflect-prevent-extensions.js
diff --git a/test/mjsunit/harmony/reflect-prevent-extensions.js b/test/mjsunit/es6/reflect-prevent-extensions.js
similarity index 99%
rename from test/mjsunit/harmony/reflect-prevent-extensions.js
rename to test/mjsunit/es6/reflect-prevent-extensions.js
index a964ed7b2d874cb0beb0dd11a502559e7bfbf3b4..c6f37495d7266a35f212f88ee76c23135897e812 100644
--- a/test/mjsunit/harmony/reflect-prevent-extensions.js
+++ b/test/mjsunit/es6/reflect-prevent-extensions.js
@@ -28,7 +28,7 @@
// Tests the Reflect.preventExtensions method - ES6 26.1.12.
// This is adapted from object-prevent-extensions.js.
-// Flags: --allow-natives-syntax --harmony-reflect
+// Flags: --allow-natives-syntax
var obj1 = {};
« no previous file with comments | « test/mjsunit/es6/reflect-own-keys.js ('k') | test/mjsunit/es6/reflect-set-prototype-of.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698