Searched refs:is_being_lazily_parsed_ (Results 1 – 2 of 2) sorted by relevance
326 is_being_lazily_parsed_ = in SetDefaults()327 outer_declaration_scope ? outer_declaration_scope->is_being_lazily_parsed_ in SetDefaults()516 DCHECK(HasSimpleParameters() || is_block_scope() || is_being_lazily_parsed_); in HoistSloppyBlockFunctions()517 DCHECK_EQ(factory == nullptr, is_being_lazily_parsed_); in HoistSloppyBlockFunctions()594 DCHECK(!is_being_lazily_parsed_); in HoistSloppyBlockFunctions()611 DCHECK(!is_being_lazily_parsed_); in HoistSloppyBlockFunctions()623 DCHECK(is_being_lazily_parsed_); in HoistSloppyBlockFunctions()1028 DCHECK(!is_being_lazily_parsed_); in DeclareParameter()1056 DCHECK(is_being_lazily_parsed_); in DeclareParameterName()1527 is_being_lazily_parsed_ = false; in ResetAfterPreparsing()
681 is_being_lazily_parsed_ = is_being_lazily_parsed; in set_is_being_lazily_parsed()683 bool is_being_lazily_parsed() const { return is_being_lazily_parsed_; } in is_being_lazily_parsed()965 bool is_being_lazily_parsed_ : 1; variable