Home
last modified time | relevance | path

Searched refs:source_stream_encoding (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.h81 ScriptCompiler::StreamedSource::Encoding source_stream_encoding() { in source_stream_encoding() function
85 ScriptCompiler::StreamedSource::Encoding source_stream_encoding) { in set_source_stream_encoding() argument
86 source_stream_encoding_ = source_stream_encoding; in set_source_stream_encoding()
Dparser.cc5118 info->source_stream_encoding()); in ParseOnBackground()