Lines Matching refs:StreamedSource
486 * while streaming and compiled after parsing has completed. StreamedSource
490 class V8_EXPORT StreamedSource {
494 StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream,
496 ~StreamedSource();
501 StreamedSource(const StreamedSource&) = delete;
502 StreamedSource& operator=(const StreamedSource&) = delete;
643 * script, and it will request data from the StreamedSource as needed. When
651 Isolate* isolate, StreamedSource* source,
666 Local<Context> context, StreamedSource* source,
709 Local<Context> context, StreamedSource* v8_source,