Searched refs:ParseLazy (Results 1 – 3 of 3) sorted by relevance
436 FunctionLiteral* ParseLazy(CompilationInfo* info);452 FunctionLiteral* ParseLazy(CompilationInfo* info,
45 HT(parse_lazy, V8.ParseLazy) \
678 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info) { in ParseLazy() function in v8::internal::Parser692 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope); in ParseLazy()698 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope); in ParseLazy()704 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info, in ParseLazy() function in v8::internal::Parser5148 result = parser.ParseLazy(info); in Parse()