Home | History | Annotate | Download | only in src

Lines Matching defs:StreamedSource

22 // Internal representation of v8::ScriptCompiler::StreamedSource. Contains all
25 struct StreamedSource {
26 StreamedSource(ScriptCompiler::ExternalSourceStream* source_stream,
27 ScriptCompiler::StreamedSource::Encoding encoding)
32 // Internal implementation of v8::ScriptCompiler::StreamedSource.
34 ScriptCompiler::StreamedSource::Encoding encoding;
45 StreamedSource(const StreamedSource&) = delete;
46 StreamedSource& operator=(const StreamedSource&) = delete;
52 BackgroundParsingTask(StreamedSource* source,
59 StreamedSource* source_; // Not owned.