Updates:
Owner: [email protected]
Comment #5 on issue 3847 by [email protected]: Incorrect parsing of let
https://code.google.com/p/v8/issues/detail?id=3847
The problem is that 'let' is disallowed as a variable name in strict mode
code:
dehrenberg@littledan:~/v8/v8$ out/x64.release/d8 --harmony-arrays
--harmony_reflect --harmony_new_target --use-strict
V8 version 4.5.0 (candidate) [console: readline]
d8> var let = [0];
(d8):1: SyntaxError: Unexpected strict mode reserved word
var let = [0];
^^^
SyntaxError: Unexpected strict mode reserved word
In sloppy mode, "everything works" now, except we have to make sure to
preserve it as let is implemented.
I'm taking ownership of this bug since I'm handling other things about let.
--
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.