https://codereview.chromium.org/768203002/diff/1/src/parser.cc
File src/parser.cc (right):
https://codereview.chromium.org/768203002/diff/1/src/parser.cc#newcode5311
src/parser.cc:5311: StringCharacterStream
stream(String::cast(script()->source()), span_start);
Oops; this problem was already present before this CL: We might not have
the source string yet. In the streaming parsing case, we don't have it.
:/
Can we get the string from somewhere else? Can we delay constructing the
raw strings until they're really needed? (I probably thought that
they're constructed on demand, not parse time, when I originally thought
this would work...)
https://codereview.chromium.org/768203002/
--
--
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.