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

  /external/v8/src/ast/
scopes.cc 305 outer_scope_ ? outer_scope_->GetDeclarationScope() : nullptr;
519 decl_scope = decl_scope->outer_scope()->GetDeclarationScope();
    [all...]
  /external/v8/src/parsing/
parser-base.h 699 V8_INLINE DeclarationScope* GetDeclarationScope() const {
700 return scope()->GetDeclarationScope();
    [all...]

Completed in 63 milliseconds