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

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

commit 07bc0117be8dc9e63ec14d5f9645c483d60a1bec
Author: littledan <[email protected]>
Date: Tue Sep 01 15:57:33 2015

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

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

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

[modify] http://crrev.com/07bc0117be8dc9e63ec14d5f9645c483d60a1bec/src/flag-definitions.h [modify] http://crrev.com/07bc0117be8dc9e63ec14d5f9645c483d60a1bec/src/parser.cc [modify] http://crrev.com/07bc0117be8dc9e63ec14d5f9645c483d60a1bec/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.

Reply via email to