HomeSort by relevance Sort by last modified time
    Searched defs:GetClosureScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.cc 120 top_local_(scope->GetClosureScope()->locals_.end()),
121 top_decl_(scope->GetClosureScope()->decls_.end()) {}
299 DeclarationScope* scope = GetClosureScope();
714 DCHECK_EQ(GetClosureScope(), this);
733 DCHECK_EQ(new_parent, new_parent->GetClosureScope());
767 DeclarationScope* outer_closure = outer_scope_->GetClosureScope();
772 DCHECK_EQ(local->scope(), local->scope()->GetClosureScope());
    [all...]
  /external/v8/src/parsing/
parser-base.h 729 V8_INLINE DeclarationScope* GetClosureScope() const {
730 return scope()->GetClosureScope();
    [all...]

Completed in 74 milliseconds