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

Unified Diff: test/message/for-of-loop-initializers-strict.out

Issue 1033823002: [es6] emit error when for-in loop declarations are initialized in strict mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: delete decl_props Created 5 years, 8 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/for-of-loop-initializers-strict.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/for-of-loop-initializers-strict.out
diff --git a/test/message/for-of-loop-initializers-strict.out b/test/message/for-of-loop-initializers-strict.out
new file mode 100644
index 0000000000000000000000000000000000000000..e29bd84df8911814dcafd5f6a07c2d0c1bccc3f5
--- /dev/null
+++ b/test/message/for-of-loop-initializers-strict.out
@@ -0,0 +1,7 @@
+# Copyright 2014 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.
+*%(basename)s:8: SyntaxError: for-of loop variable declaration may not have an initializer.
+ for (var x = void 0 of [1, 2, 3]) {
+ ^^^^^^^^^^
+SyntaxError: for-of loop variable declaration may not have an initializer.
« no previous file with comments | « test/message/for-of-loop-initializers-strict.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698