Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1175 ExpressionT ParseAsyncFunctionLiteral(bool* ok);
1896 return ParseAsyncFunctionLiteral(CHECK_OK); in ParsePrimaryExpression()
4622 ParserBase<Impl>::ParseAsyncFunctionLiteral(bool* ok) { in ParseAsyncFunctionLiteral() function