HomeSort by relevance Sort by last modified time
    Searched refs:literal_chars (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scanner.h 372 return current_.literal_chars->length() != source_length;
375 DCHECK_NOT_NULL(current_.literal_chars);
376 return current_.literal_chars->is_contextual_keyword(keyword);
379 DCHECK_NOT_NULL(next_.literal_chars);
380 return next_.literal_chars->is_contextual_keyword(keyword);
474 LiteralBuffer* literal_chars; member in struct:v8::internal::Scanner::TokenDesc
488 current_.literal_chars = NULL;
493 LiteralBuffer* free_buffer = (current_.literal_chars == &literal_buffer1_) ?
496 next_.literal_chars = free_buffer;
500 DCHECK_NOT_NULL(next_.literal_chars);
    [all...]
scanner.cc 412 next_.literal_chars = NULL;
1062 if (next_.literal_chars->is_one_byte()) {
1063 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal();
    [all...]

Completed in 49 milliseconds