Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner-character-streams.h104 bookmark_utf8_split_char_buffer_length_(0) {} in ExternalStreamingStream()
147 size_t bookmark_utf8_split_char_buffer_length_; variable
Dscanner-character-streams.cc445 bookmark_utf8_split_char_buffer_length_ = utf8_split_char_buffer_length_; in SetBookmark()
478 utf8_split_char_buffer_length_ = bookmark_utf8_split_char_buffer_length_; in ResetToBookmark()
479 for (size_t i = 0; i < bookmark_utf8_split_char_buffer_length_; i++) { in ResetToBookmark()