Home | History | Annotate | Download | only in parsing

Lines Matching refs:PARSE_LAZILY

663   ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);
2568 DCHECK_IMPLIES(parse_lazily(), FLAG_lazy);
2569 DCHECK_IMPLIES(parse_lazily(), allow_lazy_);
2570 DCHECK_IMPLIES(parse_lazily(), extension_ == nullptr);
2572 bool can_preparse = parse_lazily() &&
2605 (parse_lazily() &&
2611 (parse_lazily() && function_type == FunctionLiteral::kDeclaration &&
3134 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);