HomeSort by relevance Sort by last modified time
    Searched refs:HasBeenRemoved (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ast/
ast-numbering.cc 293 DCHECK(scope == nullptr || !scope->HasBeenRemoved());
364 DCHECK(node->scope() == nullptr || !node->scope()->HasBeenRemoved());
664 DCHECK(!scope->HasBeenRemoved());
scopes.cc 725 bool Scope::HasBeenRemoved() const {
736 while (scope != nullptr && scope->HasBeenRemoved()) {
745 DCHECK(!HasBeenRemoved());
787 DCHECK(HasBeenRemoved());
    [all...]
scopes.h 139 bool HasBeenRemoved() const;
    [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 41 DCHECK(!scope->HasBeenRemoved());

Completed in 96 milliseconds