Home
last modified time | relevance | path

Searched refs:CheckContextualKeyword (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc978 if (CheckContextualKeyword(Token::AS)) { in ParseExportClause()
1021 if (CheckContextualKeyword(Token::AS)) { in ParseNamedImports()
1271 if (CheckContextualKeyword(Token::FROM)) { in ParseExportDeclaration()
Dparser-base.h790 bool CheckContextualKeyword(Token::Value token) { in CheckContextualKeyword() function
820 } else if (CheckContextualKeyword(Token::OF)) { in CheckInOrOf()