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

/external/chromium_org/v8/src/
H A Dparser.h687 FunctionLiteral* DoParseProgram(CompilationInfo* info, Scope** scope,
H A Dparser.cc828 result = DoParseProgram(info(), &top_scope, &eval_scope);
832 result = DoParseProgram(info(), &top_scope, &eval_scope);
861 FunctionLiteral* Parser::DoParseProgram(CompilationInfo* info, Scope** scope, function in class:v8::internal::Parser
1099 // add this scope in DoParseProgram(), but that requires adaptations
4947 result = DoParseProgram(info(), &top_scope, &eval_scope);

Completed in 299 milliseconds