Yeah, the problem I see here is that this probably won't work anymore once we
introduce default parameters. But I guess it's okay as a temporary solution.


https://codereview.chromium.org/437393004/diff/1/src/preparser.h
File src/preparser.h (right):

https://codereview.chromium.org/437393004/diff/1/src/preparser.h#newcode2052
src/preparser.h:2052: checkpoint.Save(this);
Why the separate Save method instead of just

  ParserCheckpoint checkpoint(this);

https://codereview.chromium.org/437393004/

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