Searched refs:HasBeenRemoved (Results 1 – 4 of 4) sorted by relevance
293 DCHECK(scope == nullptr || !scope->HasBeenRemoved()); in VisitStatementsAndDeclarations()364 DCHECK(node->scope() == nullptr || !node->scope()->HasBeenRemoved()); in VisitTryCatchStatement()666 DCHECK(!scope->HasBeenRemoved()); in Renumber()
725 bool Scope::HasBeenRemoved() const { in HasBeenRemoved() function in v8::internal::Scope736 while (scope != nullptr && scope->HasBeenRemoved()) { in GetUnremovedScope()745 DCHECK(!HasBeenRemoved()); in FinalizeBlockScope()787 DCHECK(HasBeenRemoved()); in FinalizeBlockScope()
139 bool HasBeenRemoved() const; in NON_EXPORTED_BASE()
41 DCHECK(!scope->HasBeenRemoved()); in RewriteDestructuringAssignment()