Hmm, one more comment... what am I missing? I thought arrow funcs are just
syntactic sugar and they won't have any impact beyond the Parser, i.e., the
parser would produce the same ast in these cases:
(foo, bar) => { baz }
function(foo, bar) { baz }

but this CL doesn't seem like it...

https://codereview.chromium.org/160073006/

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