Description[es6] Initial support for let/const bindings in sloppy mode
Allow let in sloppy mode with --harmony-sloppy
Allow ES'15 const in sloppy mode with --harmony-sloppy --no-legacy-const
Functions in block are not done yet. They are only let bound in the block
at this point.
BUG=v8:3305, v8:2198
LOG=N
R=littledan@chromium.org, rossberg@chromium.org, adamk@chromium.org
Committed: https://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610
Cr-Commit-Position: refs/heads/master@{#29536}
Patch Set 1 #Patch Set 2 : git rebase #
Total comments: 2
Patch Set 3 : Cleanup #
Total comments: 5
Patch Set 4 : Updated tests and comments #
Total comments: 1
Messages
Total messages: 15 (3 generated)
|