Home | History | Annotate | Download | only in src

Lines Matching refs:StreamedSource

17 // Internal representation of v8::ScriptCompiler::StreamedSource. Contains all
20 struct StreamedSource {
21 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream,
22 ScriptCompiler::StreamedSource::Encoding encoding)
25 // Internal implementation of v8::ScriptCompiler::StreamedSource.
27 ScriptCompiler::StreamedSource::Encoding encoding;
40 StreamedSource(const StreamedSource&);
41 StreamedSource& operator=(const StreamedSource&);
47 BackgroundParsingTask(StreamedSource* source,
54 StreamedSource* source_; // Not owned.