Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.h709 FunctionLiteral* DoParseProgram(ParseInfo* info);
Dparser.cc819 result = DoParseProgram(info); in ParseProgram()
823 result = DoParseProgram(info); in ParseProgram()
851 FunctionLiteral* Parser::DoParseProgram(ParseInfo* info) { in DoParseProgram() function in v8::internal::Parser
5128 result = DoParseProgram(info); in ParseOnBackground()