Searched refs:is_literal_contextual_keyword (Results 1 – 2 of 2) sorted by relevance
391 bool is_literal_contextual_keyword(Vector<const char> keyword) { in is_literal_contextual_keyword() function
697 if (!scanner()->is_literal_contextual_keyword(keyword)) { in ExpectContextualKeyword()1384 scanner()->is_literal_contextual_keyword(CStrVector("let")))) { in ParseAndClassifyIdentifier()