HomeSort by relevance Sort by last modified time
    Searched full:starts_with_identifier (Results 1 - 1 of 1) sorted by null

  /external/v8/src/parsing/
preparser.cc 228 bool starts_with_identifier = peek() == Token::IDENTIFIER; local
296 if (maybe_reset && (!starts_with_identifier ||
693 bool starts_with_identifier = peek_any_identifier(); local
701 if (starts_with_identifier && expr.IsIdentifier() && peek() == Token::COLON) {
    [all...]

Completed in 1057 milliseconds