Lines Matching defs:StreamedSource
150 struct StreamedSource;
1265 * StreamedSource must be kept alive while the streaming task is ran (see
1268 class V8_EXPORT StreamedSource {
1272 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
1273 ~StreamedSource();
1276 // caller. The CachedData object is alive as long as the StreamedSource
1280 internal::StreamedSource* impl() const { return impl_; }
1284 StreamedSource(const StreamedSource&);
1285 StreamedSource& operator=(const StreamedSource&);
1287 internal::StreamedSource* impl_;
1352 * script, and it will request data from the StreamedSource as needed. When
1360 Isolate* isolate, StreamedSource* source,
1372 StreamedSource* source,
1376 Local<Context> context, StreamedSource* source,