Lines Matching refs:StreamedSource
449 * while streaming and compiled after parsing has completed. StreamedSource
453 class V8_EXPORT StreamedSource {
457 StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream,
459 ~StreamedSource();
464 StreamedSource(const StreamedSource&) = delete;
465 StreamedSource& operator=(const StreamedSource&) = delete;
574 * script, and it will request data from the StreamedSource as needed. When
582 Isolate* isolate, StreamedSource* source,
596 Local<Context> context, StreamedSource* source,
639 Local<Context> context, StreamedSource* v8_source,