Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h178 Statement ParseFunctionDeclaration(bool* ok);
Dpreparser.cc181 return ParseFunctionDeclaration(ok); in ParseStatement()
195 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() function in v8::preparser::PreParser
Dparser.h489 Statement* ParseFunctionDeclaration(bool* ok);
Dparser.cc1101 stat = ParseFunctionDeclaration(CHECK_OK); in ParseSourceElements()
1270 return ParseFunctionDeclaration(ok); in ParseStatement()
1451 Statement* Parser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() function in v8::internal::Parser