Searched defs:ParseFunctionDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.cc160 return ParseFunctionDeclaration(ok);
273 Statement statement = ParseFunctionDeclaration(CHECK_OK);
294 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) { function in class:v8::preparser::PreParser
H A Dparser.cc1210 return ParseFunctionDeclaration(NULL, ok);
1509 result = ParseFunctionDeclaration(&names, CHECK_OK);
1561 return ParseFunctionDeclaration(NULL, ok);
1683 return ParseFunctionDeclaration(NULL, ok);
1936 Statement* Parser::ParseFunctionDeclaration(ZoneStringList* names, bool* ok) { function in class:v8::internal::Parser

Completed in 64 milliseconds