https://codereview.chromium.org/1023483003/diff/1/src/parser.cc
File src/parser.cc (right):
https://codereview.chromium.org/1023483003/diff/1/src/parser.cc#newcode1149
src/parser.cc:1149: // Scanning must end at the same position that was
recorded
Hmm, this seems very indirect. Can't we know in a more direct way
whether a stack overflow has happened?
And why do we have ok == true in case of the stack overflow? Isn't that
weird? So we manage to parse a partial body successfully, but then...
there should be some part which reads the invalid token produced by the
stack overflow and sets ok to false. What's up with that?
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.