Comment #9 on issue 3305 by [email protected]: Make ES6 constructs available in sloppy mode
https://code.google.com/p/v8/issues/detail?id=3305#c9
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610
commit 3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610 Author: arv <[email protected]> Date: Wed Jul 08 15:04:04 2015 [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 [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/1219853004 Cr-Commit-Position: refs/heads/master@{#29536}[modify] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/src/parser.cc [modify] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/src/preparser.cc [modify] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/src/preparser.h [modify] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/cctest/test-parsing.cc [modify] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/es6/block-leave.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-const-assign-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-for-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-leave-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-let-crankshaft-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-let-declaration-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-let-semantics-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-scoping-sloppy.js [add] http://crrev.com/3b1aabc960ea7a1107c8b6ebb8f2b4ce48e9b610/test/mjsunit/harmony/block-scoping-top-level-sloppy.js
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
