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

  /external/v8/src/parsing/
scanner.h 263 } else if (is_literal_one_byte() && literal_length() == length &&
276 if (is_literal_one_byte() &&
622 // and is_literal_one_byte() + is_literal_one_byte_string() is also
638 bool is_literal_one_byte() { function in class:v8::internal::Scanner
scanner.cc     [all...]

Completed in 67 milliseconds