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

Unified Diff: test/message/for-in-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-in-loop-initializers-strict.js ('k') | test/message/for-of-let-loop-initializers.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-strict.out
diff --git a/test/message/for-in-loop-initializers-strict.out b/test/message/for-in-loop-initializers-strict.out
new file mode 100644
index 0000000000000000000000000000000000000000..41d7cbd2864416740bdd13407ece309660511cb7
--- /dev/null
+++ b/test/message/for-in-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-in loop variable declaration may not have an initializer.
+ for (var x = void 0 in [1, 2, 3]) {
+ ^^^^^^^^^^
+SyntaxError: for-in loop variable declaration may not have an initializer.
« no previous file with comments | « test/message/for-in-loop-initializers-strict.js ('k') | test/message/for-of-let-loop-initializers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698