Home
last modified time | relevance | path

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

/external/v8/src/
Dbackground-parsing-task.h20 struct StreamedSource { struct
21 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream, in StreamedSource() function
27 ScriptCompiler::StreamedSource::Encoding encoding; argument
40 StreamedSource(const StreamedSource&); argument
41 StreamedSource& operator=(const StreamedSource&); argument
Dapi.cc1763 ScriptCompiler::StreamedSource::StreamedSource(ExternalSourceStream* stream, in StreamedSource() function in v8::ScriptCompiler::StreamedSource