https://codereview.chromium.org/366153002/diff/600001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/366153002/diff/600001/include/v8.h#newcode968
include/v8.h:968: virtual unsigned GetSomeData(const char** src,
unsigned position) = 0;
GetMoreData?
it's a bit odd to pass TWO_BYTE data around as char* btw
what's the meaning of position?
why is v8 creating the background thread, and not the embedder? maybe
StartStreamingScript should return some object that has a method
"StartOnThread()". the embedder then creates a thread and calls that
method on that thread.
https://codereview.chromium.org/366153002/diff/600001/include/v8.h#newcode1137
include/v8.h:1137: V8_INLINE StreamedSource(ExternalSourceStream*
source_stream);
explicit
https://codereview.chromium.org/366153002/diff/600001/include/v8.h#newcode1141
include/v8.h:1141: // caller. The CachedData object is alive as long as
the Source object is
you mean StreamedSource object?
https://codereview.chromium.org/366153002/
--
--
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.