On 2014/03/24 09:21:06, rossberg wrote:
On 2014/03/24 09:06:47, marja wrote:
> 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...

Arrow functions don't bind 'this' or 'arguments', and have a few other
differences.

ah, ofc, yes, thanks.

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