Home | History | Annotate | Download | only in parsing

Lines Matching refs:PARSE_EAGERLY

511       mode_(PARSE_EAGERLY),  // Lazy mode must be set explicitly.
663 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);
837 ParsingModeScope parsing_mode(this, PARSE_EAGERLY);
3134 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);