Home
last modified time | relevance | path

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

/external/v8/src/
Dbackground-parsing-task.h33 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream; member
/external/v8/src/parsing/
Dparse-info.h88 ScriptCompiler::ExternalSourceStream* source_stream() const { in source_stream() function
91 void set_source_stream(ScriptCompiler::ExternalSourceStream* source_stream) { in set_source_stream()
Dscanner-character-streams.cc198 ScriptCompiler::ExternalSourceStream* source_stream, in Utf8ExternalStreamingStream()
844 ScriptCompiler::ExternalSourceStream* source_stream, in For()