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 157 top_local_(scope->GetClosureScope()->locals_.end()),
158 top_decl_(scope->GetClosureScope()->decls_.end()) {}
342 DeclarationScope* scope = GetClosureScope();
795 DCHECK_EQ(GetClosureScope(), this);
814 DCHECK_EQ(new_parent, new_parent->GetClosureScope());
848 DeclarationScope* outer_closure = outer_scope_->GetClosureScope();
853 DCHECK_EQ(local->scope(), local->scope()->GetClosureScope());
    [all...]
  /external/v8/src/parsing/
parser-base.h 702 V8_INLINE DeclarationScope* GetClosureScope() const {
703 return scope()->GetClosureScope();
    [all...]

Completed in 45 milliseconds