Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.cc186 return ParseFunctionDeclaration(ok); in ParseSourceElement()
303 Statement statement = ParseFunctionDeclaration(CHECK_OK); in ParseStatement()
338 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() function in v8::internal::PreParser
Dparser.h722 Statement* ParseFunctionDeclaration(ZoneList<const AstRawString*>* names,
Dparser.cc1157 return ParseFunctionDeclaration(NULL, ok); in ParseModuleElement()
1496 result = ParseFunctionDeclaration(&names, CHECK_OK); in ParseExportDeclaration()
1569 return ParseFunctionDeclaration(NULL, ok); in ParseBlockElement()
1680 return ParseFunctionDeclaration(NULL, ok); in ParseStatement()
1917 Statement* Parser::ParseFunctionDeclaration( in ParseFunctionDeclaration() function in v8::internal::Parser
Dpreparser.h1487 Statement ParseFunctionDeclaration(bool* ok);