Comment #18 on issue 3305 by [email protected]: Make ES6 constructs available in sloppy mode
https://code.google.com/p/v8/issues/detail?id=3305#c18
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/d1fa7bccc80ce67ab52cbbd3daadeeab47a365c9
commit d1fa7bccc80ce67ab52cbbd3daadeeab47a365c9 Author: littledan <[email protected]> Date: Tue Sep 01 17:36:49 2015Revert of Stage sloppy let (patchset #7 id:120001 of https://codereview.chromium.org/1327483002/ )
Reason for revert: Fails a test262 test with --always-opt. Original issue's description:
Stage sloppy let
Move the --harmony-sloppy-let flag to staging for further testing, and update test262 for the new passing tests. Also increase the strictness of the parser, even in sloppy mode, to disallow "new legacy compat" for
for (let x = 5 in {}) {}
which is now a SyntaxError.
BUG=v8:3305 LOG=Y R=adamk
Committed: https://crrev.com/07bc0117be8dc9e63ec14d5f9645c483d60a1bec Cr-Commit-Position: refs/heads/master@{#30515}
[email protected] NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:3305 Review URL: https://codereview.chromium.org/1324033002 Cr-Commit-Position: refs/heads/master@{#30518}[modify] http://crrev.com/d1fa7bccc80ce67ab52cbbd3daadeeab47a365c9/src/flag-definitions.h [modify] http://crrev.com/d1fa7bccc80ce67ab52cbbd3daadeeab47a365c9/src/parser.cc [modify] http://crrev.com/d1fa7bccc80ce67ab52cbbd3daadeeab47a365c9/test/test262-es6/test262-es6.status
--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.
