Description[turbofan] Fix loop assignment analysis on ForInStatements.
The implicit assignment to the induction variable in a ForInStatement
has been ignored by the AST loop assignment analysis. This was hidden
for cases where the parser introduced a ".for" temporary, but triggers
when the variable is declared outside the loop.
R=bmeurer@chromium.org
TEST=mjsunit/regress/regress-crbug-647887
BUG=chromium:647887
Committed: https://crrev.com/4dab7b5a1d6722002d47d0be2481cb65602a2451
Cr-Commit-Position: refs/heads/master@{#39551}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|