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

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

commit a2841eb0dc1f9823faac46320ecae60aa5be0fe0
Author: littledan <[email protected]>
Date: Tue Sep 01 20:03:14 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/1321013005

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

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