Lines Matching full:outer_scope
92 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
116 // Inserts outer_scope into this scope's scope chain (and removes this
119 void ReplaceOuterScope(Scope* outer_scope);
382 if (outer_scope() == nullptr) return nullptr;
383 return outer_scope()->NearestOuterEvalScope();
484 Scope* outer_scope() const { return outer_scope_; }
832 void SetDefaults(ScopeType type, Scope* outer_scope,