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

Unified Diff: test/message/for-in-loop-initializers-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/message/destructuring-modify-const.js ('k') | test/message/let-lexical-name-in-array-prohibited.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/for-in-loop-initializers-destructuring.js
diff --git a/test/message/for-in-loop-initializers-destructuring.js b/test/message/for-in-loop-initializers-destructuring.js
index eab8b81cf371b13c0bf44a48cb106acb1a59badf..9bbfd8d71f822b3dfb1fe922bd29e6b7e7174abd 100644
--- a/test/message/for-in-loop-initializers-destructuring.js
+++ b/test/message/for-in-loop-initializers-destructuring.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: --harmony-destructuring-bind
+//
function f() {
for (var [x, y] = {} in {});
« no previous file with comments | « test/message/destructuring-modify-const.js ('k') | test/message/let-lexical-name-in-array-prohibited.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698