Description[parser] Fix unfinalized block scope in non-lexical for each
In release mode, statements like:
var i;
for (i of [0]) { let j; debugger; }
would end up with one more block scope than in the debug modes.
R=adamk@chromium.org, marja@chromium.org
BUG=
LOG=N
Committed: https://crrev.com/be20666469d2bd28c2b40a4c6cb5085aee420fea
Cr-Commit-Position: refs/heads/master@{#39465}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 16 (8 generated)
|