Searched refs:is_being_lazily_parsed_ (Results 1 – 2 of 2) sorted by relevance
652 is_being_lazily_parsed_ = is_being_lazily_parsed; in set_is_being_lazily_parsed()654 bool is_being_lazily_parsed() const { return is_being_lazily_parsed_; } in is_being_lazily_parsed()885 bool is_being_lazily_parsed_ : 1; variable
306 is_being_lazily_parsed_ = in SetDefaults()307 outer_declaration_scope ? outer_declaration_scope->is_being_lazily_parsed_ in SetDefaults()481 DCHECK(HasSimpleParameters() || is_block_scope() || is_being_lazily_parsed_); in HoistSloppyBlockFunctions()482 DCHECK_EQ(factory == nullptr, is_being_lazily_parsed_); in HoistSloppyBlockFunctions()548 DCHECK(!is_being_lazily_parsed_); in HoistSloppyBlockFunctions()571 DCHECK(is_being_lazily_parsed_); in HoistSloppyBlockFunctions()954 DCHECK(!is_being_lazily_parsed_); in DeclareParameter()979 DCHECK(is_being_lazily_parsed_); in DeclareParameterName()1460 is_being_lazily_parsed_ = false; in ResetAfterPreparsing()