Lines Matching refs:source_stream
457 size_t pos, ScriptCompiler::ExternalSourceStream* source_stream)
458 : byte_stream_(source_stream) {
520 ScriptCompiler::ExternalSourceStream* source_stream)
523 source_stream_(source_stream) {}
569 Utf8ExternalStreamingStream(const Utf8ExternalStreamingStream& source_stream)
570 V8_NOEXCEPT : chunks_(source_stream.chunks_),
938 ScriptCompiler::ExternalSourceStream* source_stream,
943 static_cast<size_t>(0), source_stream);
946 source_stream);
949 source_stream);
951 return new Utf8ExternalStreamingStream(source_stream);