Searched refs:source_stream (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
D | scanner-character-streams.cc | 457 size_t pos, ScriptCompiler::ExternalSourceStream* source_stream) in Windows1252CharacterStream() argument 458 : byte_stream_(source_stream) { in Windows1252CharacterStream() 520 ScriptCompiler::ExternalSourceStream* source_stream) in Utf8ExternalStreamingStream() argument 523 source_stream_(source_stream) {} 569 Utf8ExternalStreamingStream(const Utf8ExternalStreamingStream& source_stream) in Utf8ExternalStreamingStream() argument 570 V8_NOEXCEPT : chunks_(source_stream.chunks_), in Utf8ExternalStreamingStream() 938 ScriptCompiler::ExternalSourceStream* source_stream, in For() argument 943 static_cast<size_t>(0), source_stream); in For() 946 source_stream); in For() 949 source_stream); in For() [all …]
|
D | scanner-character-streams.h | 28 ScriptCompiler::ExternalSourceStream* source_stream,
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 577 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream, 586 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream; member
|
D | compiler.cc | 1526 character_stream_(ScannerStream::For(streamed_data->source_stream.get(), in BackgroundCompileTask() 3563 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream, in Compile() argument 3565 : source_stream(std::move(source_stream)), encoding(encoding) {} in Compile()
|
/third_party/node/deps/v8/include/ |
D | v8-script.h | 458 StreamedSource(std::unique_ptr<ExternalSourceStream> source_stream,
|