HomeSort by relevance Sort by last modified time
    Searched defs:source_stream (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
background-parsing-task.h 26 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream,
28 : source_stream(source_stream), encoding(encoding) {}
33 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream; member in struct:v8::internal::StreamedSource
  /external/v8/src/parsing/
parse-info.h 88 ScriptCompiler::ExternalSourceStream* source_stream() const { function in class:v8::internal::ParseInfo
91 void set_source_stream(ScriptCompiler::ExternalSourceStream* source_stream) {
92 source_stream_ = source_stream;

Completed in 52 milliseconds