Searched refs:source_stream (Results 1 – 6 of 6) sorted by relevance
23 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream, in StreamedSource()25 : source_stream(source_stream), in StreamedSource()31 SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream; member
83 ExternalStreamingStream(ScriptCompiler::ExternalSourceStream* source_stream, in ExternalStreamingStream() argument85 : source_stream_(source_stream), in ExternalStreamingStream()
16 source->info.Reset(new i::CompilationInfoWithZone(source->source_stream.get(), in BackgroundParsingTask()
119 ScriptCompiler::ExternalSourceStream* source_stream() const { in source_stream() function399 CompilationInfo(ScriptCompiler::ExternalSourceStream* source_stream,
771 DCHECK(!script().is_null() || info->source_stream() != NULL); in Parser()4933 DCHECK(info()->source_stream() != NULL); in ParseOnBackground()4934 ExternalStreamingStream stream(info()->source_stream(), in ParseOnBackground()
1131 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);