Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc193 return ParseFunctionDeclaration(ok); in ParseStatementListItem()
403 Statement statement = ParseFunctionDeclaration(CHECK_OK); in ParseSubStatement()
437 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() function in v8::internal::PreParser
Dpreparser.h1034 Statement ParseFunctionDeclaration(bool* ok);
Dparser.cc1271 return ParseFunctionDeclaration(NULL, ok); in ParseStatementListItem()
1566 result = ParseFunctionDeclaration(&names, CHECK_OK); in ParseExportDefault()
1685 result = ParseFunctionDeclaration(&names, CHECK_OK); in ParseExportDeclaration()
1828 return ParseFunctionDeclaration(NULL, ok); in ParseSubStatement()
2094 Statement* Parser::ParseFunctionDeclaration( in ParseFunctionDeclaration() function in v8::internal::Parser
Dparser.h745 Statement* ParseFunctionDeclaration(ZoneList<const AstRawString*>* names,