Searched defs:char_position (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/parsing/
H A Dscanner-character-streams.cc232 size_t Utf8ToUtf16CharacterStream::FillBuffer(size_t char_position) { argument
233 SetRawPosition(char_position);
234 if (raw_character_position_ != char_position) {
235 // char_position was not a valid position in the stream (hit the end
241 raw_character_position_ = char_position + i;

Completed in 49 milliseconds