Searched defs:source_stream (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dbackground-parsing-task.h23 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream, argument
25 : source_stream(source_stream),
31 SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream; member in struct:v8::internal::StreamedSource
H A Dscanner-character-streams.h83 ExternalStreamingStream(ScriptCompiler::ExternalSourceStream* source_stream, argument
85 : source_stream_(source_stream),
H A Dcompiler.h119 ScriptCompiler::ExternalSourceStream* source_stream() const { function in class:v8::internal::CompilationInfo
399 CompilationInfo(ScriptCompiler::ExternalSourceStream* source_stream,

Completed in 65 milliseconds