On 2014/11/13 13:03:01, vogelheim wrote:
https://codereview.chromium.org/724023002/diff/1/src/api.cc
File src/api.cc (right):

https://codereview.chromium.org/724023002/diff/1/src/api.cc#newcode1759
src/api.cc:1759: source->cached_data->rejected = (script_data == NULL);
If ScriptData is the "internal" structure (vs CachedData as an "API"
structure)
we use to pass around all pertinent information, then maybe ScriptData should
have a rejected flag, too, or maybe just a bool* reference to CachedData's
rejected instance?

I guess we can do that as well. Currently I'm just setting it to null. I'll
change that.

https://codereview.chromium.org/724023002/

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