Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1174 void ParseAsyncFunctionBody(Scope* scope, StatementListT body, bool* ok);
4227 ParseAsyncFunctionBody(inner_scope, body, CHECK_OK_VOID); in ParseFunctionBody()
4609 void ParserBase<Impl>::ParseAsyncFunctionBody(Scope* scope, StatementListT body, in ParseAsyncFunctionBody() function