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

Unified Diff: test/mjsunit/es6/reflect-get-own-property-descriptor.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-define-property.js ('k') | test/mjsunit/es6/reflect-get-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-get-own-property-descriptor.js
diff --git a/test/mjsunit/harmony/reflect-get-own-property-descriptor.js b/test/mjsunit/es6/reflect-get-own-property-descriptor.js
similarity index 99%
rename from test/mjsunit/harmony/reflect-get-own-property-descriptor.js
rename to test/mjsunit/es6/reflect-get-own-property-descriptor.js
index 3cbffea78bf70637822483a5c7133c8bacd6321e..5e968995a1878ea045ad1c8683c2a2d35b0e8730 100644
--- a/test/mjsunit/harmony/reflect-get-own-property-descriptor.js
+++ b/test/mjsunit/es6/reflect-get-own-property-descriptor.js
@@ -30,8 +30,6 @@
// This is adapted from mjsunit/get-own-property-descriptor.js.
-// Flags: --harmony-reflect
-
function get() { return x; }
function set(x) { this.x = x; }
« no previous file with comments | « test/mjsunit/es6/reflect-define-property.js ('k') | test/mjsunit/es6/reflect-get-prototype-of.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698