Comment #12 on issue 3305 by [email protected]: Make ES6 constructs available in sloppy mode
https://code.google.com/p/v8/issues/detail?id=3305#c12
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/e261540b9ee3182451faac7fcaba280b987cef10
commit e261540b9ee3182451faac7fcaba280b987cef10 Author: littledan <[email protected]> Date: Wed Aug 12 18:42:48 2015 Add class to existing lexical scoping tests This patch strengthens testing of classes by verifying that the binding that they export externally follows block scoping, as opposed to var-style scoping. The tests are based on existing tests for let and const. R=adamk LOG=N BUG=v8:3305 Review URL: https://codereview.chromium.org/1286923002 Cr-Commit-Position: refs/heads/master@{#30140}[modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/es6/block-conflicts.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/es6/block-let-declaration.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/es6/block-let-semantics.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/es6/block-scoping.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/harmony/block-conflicts-sloppy.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/harmony/block-let-declaration-sloppy.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/harmony/block-let-semantics-sloppy.js [modify] http://crrev.com/e261540b9ee3182451faac7fcaba280b987cef10/test/mjsunit/harmony/block-scoping-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.
