On 2015/03/19 14:01:50, marja wrote:
Hmm, and is the reason why this doesn't occur for non-array functions that we
still get to expect "}" and thus don't parse partial expressions? (Just a
guess.
Maybe it's not that.)

Exactly.  The other case when we're parsing a script we check for EOS.  The
problem is that the arrow function doesn't have a delimiter like that.  This
patch uses the pre-parsed end position as the delimiter instead.

https://codereview.chromium.org/1023483003/

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