Home | History | Annotate | Download | only in src

Lines Matching defs:ParseLazy

662 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info) {
676 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope);
682 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope);
688 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info,
5998 result = parser.ParseLazy(info);