Home
last modified time | relevance | path

Searched refs:HasBeenRemoved (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast-numbering.cc293 DCHECK(scope == nullptr || !scope->HasBeenRemoved()); in VisitStatementsAndDeclarations()
364 DCHECK(node->scope() == nullptr || !node->scope()->HasBeenRemoved()); in VisitTryCatchStatement()
666 DCHECK(!scope->HasBeenRemoved()); in Renumber()
Dscopes.cc725 bool Scope::HasBeenRemoved() const { in HasBeenRemoved() function in v8::internal::Scope
736 while (scope != nullptr && scope->HasBeenRemoved()) { in GetUnremovedScope()
745 DCHECK(!HasBeenRemoved()); in FinalizeBlockScope()
787 DCHECK(HasBeenRemoved()); in FinalizeBlockScope()
Dscopes.h139 bool HasBeenRemoved() const; in NON_EXPORTED_BASE()
/external/v8/src/parsing/
Dpattern-rewriter.cc41 DCHECK(!scope->HasBeenRemoved()); in RewriteDestructuringAssignment()