Home | History | Annotate | Download | only in src

Lines Matching full:mode_

629   mode_ = FLAG_lazy ? PARSE_LAZILY : PARSE_EAGERLY;
630 if (allow_natives_syntax_ || extension_ != NULL) mode_ = PARSE_EAGERLY;
715 mode_ = PARSE_EAGERLY;