Home
last modified time | relevance | path

Searched defs:NewAwait (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser.h627 PreParserExpression NewAwait(const PreParserExpression& expression, int pos) { in NewAwait() function
/third_party/node/deps/v8/src/ast/
Dast.h3213 Await* NewAwait(Expression* expression, int pos) { in NewAwait() function