Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1198 StatementT ParseFunctionDeclaration(bool* ok);
4009 ParserBase<Impl>::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() function
5145 StatementT body = ParseFunctionDeclaration(CHECK_OK); in ParseScopedStatement()
5248 return ParseFunctionDeclaration(ok); in ParseExpressionOrLabelledStatement()