DescriptionSplit off a separate --harmony_sloppy_let flag
--harmony_sloppy includes behavior to turn on sloppy mode lexical
bindings. Before this patch, it also included a way to parse let
which is likely web-incompatible (let is disallowed as an
identifier). This patch splits off the let parsing from the more
general block scoping code, so that block scoping can be developed
independently.
R=adamk
LOG=N
BUG=v8:3305
Committed: https://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459
Cr-Commit-Position: refs/heads/master@{#29855}
Patch Set 1 #Patch Set 2 : Fix flags on mjsunit tests #Messages
Total messages: 7 (2 generated)
|