Searched refs:literal_chars (Results 1 – 2 of 2) sorted by relevance
372 return current_.literal_chars->length() != source_length; in literal_contains_escapes()375 DCHECK_NOT_NULL(current_.literal_chars); in is_literal_contextual_keyword()376 return current_.literal_chars->is_contextual_keyword(keyword); in is_literal_contextual_keyword()379 DCHECK_NOT_NULL(next_.literal_chars); in is_next_contextual_keyword()380 return next_.literal_chars->is_contextual_keyword(keyword); in is_next_contextual_keyword()474 LiteralBuffer* literal_chars; member488 current_.literal_chars = NULL; in Init()493 LiteralBuffer* free_buffer = (current_.literal_chars == &literal_buffer1_) ? in StartLiteral()496 next_.literal_chars = free_buffer; in StartLiteral()500 DCHECK_NOT_NULL(next_.literal_chars); in INLINE()[all …]
412 next_.literal_chars = NULL; in Scan()1062 if (next_.literal_chars->is_one_byte()) { in ScanIdentifierOrKeyword()1063 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal(); in ScanIdentifierOrKeyword()