https://codereview.chromium.org/1127063003/diff/60001/src/preparser.h
File src/preparser.h (right):
https://codereview.chromium.org/1127063003/diff/60001/src/preparser.h#newcode3492
src/preparser.h:3492: if (initializer && allow_harmony_optional_params()
&& Check(Token::ASSIGN)) {
This looks strange. Why are we checking initializer here?
https://codereview.chromium.org/1127063003/diff/60001/src/preparser.h#newcode3541
src/preparser.h:3541: DCHECK(scope_->is_function_scope());
On 2015/05/09 20:57:22, caitp wrote:
Apparently this is a problem for lazy-parsed arrow functions :( There
has got to
be a better way
Andy, could you take a look too?
https://codereview.chromium.org/1127063003/
--
--
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.