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

Unified Diff: test/mjsunit/es6/regress/regress-2219.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-set-prototype-of.js ('k') | test/mjsunit/es6/regress/regress-2225.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/regress/regress-2219.js
diff --git a/test/mjsunit/harmony/regress/regress-2219.js b/test/mjsunit/es6/regress/regress-2219.js
similarity index 97%
rename from test/mjsunit/harmony/regress/regress-2219.js
rename to test/mjsunit/es6/regress/regress-2219.js
index 29e08603b590d2e4fe6918f9936d0ffd0e9a9c5f..79f5bfbccc9216ad851f63195c75f386219cbd0c 100644
--- a/test/mjsunit/harmony/regress/regress-2219.js
+++ b/test/mjsunit/es6/regress/regress-2219.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --harmony-proxies --expose-gc
+// Flags: --expose-gc
var p = new Proxy({}, {getOwnPropertyDescriptor: function() { gc() }});
var o = Object.create(p);
« no previous file with comments | « test/mjsunit/es6/reflect-set-prototype-of.js ('k') | test/mjsunit/es6/regress/regress-2225.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698