Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc793 bool Scope::HasBeenRemoved() const { in HasBeenRemoved() function in v8::internal::Scope
804 while (scope != nullptr && scope->HasBeenRemoved()) { in GetUnremovedScope()
813 DCHECK(!HasBeenRemoved()); in FinalizeBlockScope()
861 DCHECK(HasBeenRemoved()); in FinalizeBlockScope()
Dscopes.h146 bool HasBeenRemoved() const; in NON_EXPORTED_BASE()
/external/v8/src/parsing/
Dpattern-rewriter.cc160 DCHECK(!scope->HasBeenRemoved()); in RewriteDestructuringAssignment()