Home
last modified time | relevance | path

Searched refs:StreamedSource (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h486 * while streaming and compiled after parsing has completed. StreamedSource
490 class V8_EXPORT StreamedSource { class in v8::ScriptCompiler
494 StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream,
496 ~StreamedSource();
501 StreamedSource(const StreamedSource&) = delete;
502 StreamedSource& operator=(const StreamedSource&) = delete;
643 * script, and it will request data from the StreamedSource as needed. When
651 Isolate* isolate, StreamedSource* sourc
[all...]
/third_party/node/deps/v8/include/
H A Dv8-script.h449 * while streaming and compiled after parsing has completed. StreamedSource
453 class V8_EXPORT StreamedSource { class in v8::ScriptCompiler
457 StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream,
459 ~StreamedSource();
464 StreamedSource(const StreamedSource&) = delete;
465 StreamedSource& operator=(const StreamedSource&) = delete;
574 * script, and it will request data from the StreamedSource as needed. When
582 Isolate* isolate, StreamedSource* sourc
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.h29 ScriptCompiler::StreamedSource::Encoding encoding);
H A Dscanner-character-streams.cc939 v8::ScriptCompiler::StreamedSource::Encoding encoding) { in For()
941 case v8::ScriptCompiler::StreamedSource::TWO_BYTE: in For()
944 case v8::ScriptCompiler::StreamedSource::ONE_BYTE: in For()
947 case v8::ScriptCompiler::StreamedSource::WINDOWS_1252: in For()
950 case v8::ScriptCompiler::StreamedSource::UTF8: in For()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h578 ScriptCompiler::StreamedSource::Encoding encoding);
585 // Internal implementation of v8::ScriptCompiler::StreamedSource.
587 ScriptCompiler::StreamedSource::Encoding encoding;
H A Dcompiler.cc2837 v8::ScriptCompiler::StreamedSource::UTF8) { in Compile()
2873 v8::ScriptCompiler::StreamedSource streamed_source_; in Compile()
3564 ScriptCompiler::StreamedSource::Encoding encoding) in Compile()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc549 v8::ScriptCompiler::StreamedSource* streamed_source, in StreamingCompileTask()
580 ScriptCompiler::StreamedSource* v8_source, in CompileStreamed()
586 ScriptCompiler::StreamedSource* v8_source, in CompileStreamed()
595 ScriptCompiler::StreamedSource* v8_source, in CompileStreamed()
626 v8::ScriptCompiler::StreamedSource streamed_source( in CompileString()
628 v8::ScriptCompiler::StreamedSource::UTF8); in CompileString()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2013 ScriptCompiler::StreamedSource::StreamedSource( in StreamedSource() function in v8::ScriptCompiler::StreamedSource
2017 ScriptCompiler::StreamedSource::~StreamedSource() = default;
2703 Isolate* v8_isolate, StreamedSource* source, v8::ScriptType type) { in StartStreaming()
2734 i::Isolate* isolate, ScriptCompiler::StreamedSource* v8_source, in CompileStreamedSource()
2749 StreamedSource* v8_source, in Compile()
2770 Local<Context> context, StreamedSource* v8_source, in CompileModule()

Completed in 42 milliseconds