9b15445e6d
Second item in section 13.7.5.1 states that the error should be a SyntaxError, when previously CheckAndRewriteReferenceExpression would always emit a ReferenceError. BUG=v8:4373 R=adamk, rossberg LOG=N CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1292393002 Cr-Commit-Position: refs/heads/master@{#30184}
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
*%(basename)s:9: SyntaxError: Invalid left-hand side in for-loop
|
|
function f() { for ("unassignable" in {}); }
|
|
^^^^^^^^^^^^^^
|
|
SyntaxError: Invalid left-hand side in for-loop
|
|
|