Home | History | Annotate | Download | only in src

Lines Matching refs:scope

499                   Scope* scope,
549 Scope* outer_scope_;
600 Scope* DeclarationScope(VariableMode mode) {
794 // For harmony block scoping mode: Check if the scope has conflicting var/let
800 // The var declarations are hoisted to the function scope, but originate from
801 // a scope where the name has also been let bound or the var declaration is
802 // hoisted over such a scope.
803 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);
819 Scope* NewScope(Scope* parent, ScopeType type);
857 Scope* top_scope_;