Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h694 void ExpectContextualKeyword(Vector<const char> keyword, bool* ok) { in ExpectContextualKeyword() function
3067 ExpectContextualKeyword(property_name, ok); in ExpectMetaProperty()
Dparser.cc1523 ExpectContextualKeyword(CStrVector("as"), CHECK_OK); in ParseImportDeclaration()
1541 ExpectContextualKeyword(CStrVector("from"), CHECK_OK); in ParseImportDeclaration()
1691 ExpectContextualKeyword(CStrVector("from"), CHECK_OK); in ParseExportDeclaration()