Lines Matching refs:PARSE_LAZILY
599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY;4485 bool is_lazily_compiled = (mode() == PARSE_LAZILY &&