https://codereview.chromium.org/1317033005/diff/20001/src/preparser.h
File src/preparser.h (right):

https://codereview.chromium.org/1317033005/diff/20001/src/preparser.h#newcode3288
src/preparser.h:3288:
!IsArrowFunction(result->AsFunctionLiteral()->kind())) {
The only time you _need_ to force re-parsing of arrows is when the
parameter list contains expressions (eg an initializer), so we could
probably add an extra condition to escape lazy parsing here. But, it
might not matter that much anyway, so.

https://codereview.chromium.org/1317033005/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to