Searched refs:allow_lazy_ (Results 1 – 5 of 5) sorted by relevance
45 allow_lazy_(false), in ParserBase()54 bool allow_lazy() const { return allow_lazy_; } in allow_lazy()66 void set_allow_lazy(bool allow) { allow_lazy_ = allow; } in set_allow_lazy()202 bool allow_lazy_; variable
128 allow_lazy_(allow_lazy), in PreParser()653 bool allow_lazy_; variable
828 bool allow_lazy_; variable
1409 !inside_with && allow_lazy_ && in ParseFunctionLiteral()
551 allow_lazy_((parser_flags & kAllowLazy) != 0), in Parser()599 mode_ = (FLAG_lazy && allow_lazy_) ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()