Lines Matching refs:scope
484 Scope* scope,
536 Scope* outer_scope_;
570 Scope* DeclarationScope(VariableMode mode) {
756 // For harmony block scoping mode: Check if the scope has conflicting var/let
762 // The var declarations are hoisted to the function scope, but originate from
763 // a scope where the name has also been let bound or the var declaration is
764 // hoisted over such a scope.
765 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);
781 Scope* NewScope(Scope* parent, ScopeType type);
819 Scope* top_scope_;