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

Unified Diff: test/mjsunit/es6/destructuring.js

Issue 1776683003: Remove destructuring and default arguments runtime flags (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/default-parameters-destructuring.js ('k') | test/mjsunit/es6/destructuring-assignment.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/destructuring.js
diff --git a/test/mjsunit/harmony/destructuring.js b/test/mjsunit/es6/destructuring.js
similarity index 99%
rename from test/mjsunit/harmony/destructuring.js
rename to test/mjsunit/es6/destructuring.js
index d058b8a77d2817fb593e69b20b2d6d03d340e023..d15805711f0a82324acbeee48f57c0f69da73307 100644
--- a/test/mjsunit/harmony/destructuring.js
+++ b/test/mjsunit/es6/destructuring.js
@@ -1,9 +1,6 @@
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// Flags: --harmony-destructuring-bind
-// Flags: --harmony-default-parameters
(function TestObjectLiteralPattern() {
var { x : x, y : y, get, set } = { x : 1, y : 2, get: 3, set: 4 };
« no previous file with comments | « test/mjsunit/es6/default-parameters-destructuring.js ('k') | test/mjsunit/es6/destructuring-assignment.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698