Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparse-info.h95 ScriptCompiler::StreamedSource::Encoding source_stream_encoding() const { in source_stream_encoding() function
99 ScriptCompiler::StreamedSource::Encoding source_stream_encoding) { in set_source_stream_encoding() argument
100 source_stream_encoding_ = source_stream_encoding; in set_source_stream_encoding()
Dparser.cc3465 info->source_stream_encoding(), in ParseOnBackground()