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

Side by Side Diff: test/message/for-in-loop-initializers-destructuring.out

Issue 1471973003: Disallow destructuring in legacy sloppy for-in loop parsing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix copyright on test Created 5 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 *%(basename)s:8: SyntaxError: for-in loop variable declaration may not have an i nitializer.
2 for (var [x, y] = {} in {});
3 ^^^^^^
4 SyntaxError: for-in loop variable declaration may not have an initializer.
OLDNEW
« src/preparser.cc ('K') | « test/message/for-in-loop-initializers-destructuring.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698