https://codereview.chromium.org/1189743003/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1189743003/diff/1/src/parser.cc#newcode4227
src/parser.cc:4227: descriptor.mode = VAR;
On 2015/06/16 17:02:12, rossberg wrote:
Shouldn't this be LET?

I think this is VAR unless computed property names and/or initializers
are used, ie if hasParameterExpressions is true (9.2.12 step 27/28) ---
I might be wrong though, maybe it's always LET for patterns

https://codereview.chromium.org/1189743003/

--
--
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