Comment #10 on issue 3305 by [email protected]: Make ES6 constructs available in sloppy mode
https://code.google.com/p/v8/issues/detail?id=3305#c10

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/2d2b72f6382df11056fb9c39da0581be85510459

commit 2d2b72f6382df11056fb9c39da0581be85510459
Author: littledan <[email protected]>
Date: Sat Jul 25 00:05:08 2015

Split 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

Review URL: https://codereview.chromium.org/1255013002

Cr-Commit-Position: refs/heads/master@{#29855}

[modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/src/bootstrapper.cc [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/src/flag-definitions.h [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/src/parser.cc [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/src/preparser.h [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/cctest/test-parsing.cc [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-conflicts-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-const-assign-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-for-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-leave-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-let-crankshaft-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-let-declaration-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-let-semantics-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/test/mjsunit/harmony/block-scoping-sloppy.js [modify] http://crrev.com/2d2b72f6382df11056fb9c39da0581be85510459/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.

Reply via email to