Home | History | Annotate | Download | only in src

Lines Matching refs:StreamedSource

1763 ScriptCompiler::StreamedSource::StreamedSource(ExternalSourceStream* stream,
1765 : impl_(new i::StreamedSource(stream, encoding)) {}
1768 ScriptCompiler::StreamedSource::~StreamedSource() { delete impl_; }
1772 ScriptCompiler::StreamedSource::GetCachedData() const {
2163 Isolate* v8_isolate, StreamedSource* source, CompileOptions options) {
2171 StreamedSource* v8_source,
2175 i::StreamedSource* source = v8_source->impl();
2225 StreamedSource* v8_source,