arv
|
3b1aabc960
|
[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
Review URL: https://codereview.chromium.org/1219853004
Cr-Commit-Position: refs/heads/master@{#29536}
|
2015-07-08 15:04:13 +00:00 |
|