Home
last modified time | relevance | path

Searched refs:AWAIT (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Doc/library/
Dtoken.rst130 Added :data:`AWAIT` and :data:`ASYNC` tokens.
136 Removed :data:`AWAIT` and :data:`ASYNC` tokens. "async" and "await" are
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py65 AWAIT = 56 variable
Dtokenize.py211 if toknum in (NAME, NUMBER, ASYNC, AWAIT):
506 yield (ASYNC if token == 'async' else AWAIT,
/external/v8/src/parsing/
Dtoken.h160 K(AWAIT, "await", 0) \
237 case AWAIT: in IsIdentifier()
Dparser-base.h765 if (current == Token::AWAIT && !is_async_function()) { in ExpectSemicolon()
783 token == Token::AWAIT || token == Token::ASYNC || in is_any_identifier()
1636 case Token::AWAIT: in GetUnexpectedTokenMessage()
1708 (next == Token::AWAIT && !parsing_module_ && !is_async_function())) { in ParseAndClassifyIdentifier()
1730 } else if (next == Token::AWAIT) { in ParseAndClassifyIdentifier()
1772 if (next == Token::IDENTIFIER || (next == Token::AWAIT && !parsing_module_ && in ParseIdentifierOrStrictReservedWord()
1776 *is_await = next == Token::AWAIT; in ParseIdentifierOrStrictReservedWord()
1796 next != Token::ENUM && next != Token::AWAIT && next != Token::LET && in ParseIdentifierName()
1905 case Token::AWAIT: in ParsePrimaryExpression()
2625 if (name_token == Token::AWAIT) { in ParseObjectPropertyDefinition()
[all …]
Dpreparser.cc47 case Token::AWAIT: in GetSymbolHelper()
Dscanner.cc1411 KEYWORD("await", Token::AWAIT) \
/external/python/cpython3/Lib/lib2to3/
DGrammar.txt108 power: [AWAIT] atom trailer* ['**' factor]
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...