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

/external/v8/src/
H A Dparser.cc678 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info) { function in class:v8::internal::Parser
692 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope);
698 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope);
704 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info, function in class:v8::internal::Parser
5148 result = parser.ParseLazy(info);

Completed in 84 milliseconds