Home
last modified time | relevance | path

Searched defs:StreamedSource (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbackground-parsing-task.h22 struct StreamedSource { struct
23 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream, in StreamedSource() function
32 ScriptCompiler::StreamedSource::Encoding encoding; argument
46 StreamedSource(const StreamedSource&); argument
47 StreamedSource& operator=(const StreamedSource&); argument
Dapi.cc1569 ScriptCompiler::StreamedSource::StreamedSource(ExternalSourceStream* stream, in StreamedSource() function in v8::ScriptCompiler::StreamedSource