Home | History | Annotate | Download | only in src

Lines Matching refs:scope

78   Scope* scope() const { return scope_; }
79 Scope* global_scope() const { return global_scope_; }
168 void SetScope(Scope* scope) {
170 scope_ = scope;
172 void SetGlobalScope(Scope* global_scope) {
378 // The scope of the function literal as a convenience. Set to indicate
380 Scope* scope_;
381 // The global scope provided as a convenience.
382 Scope* global_scope_;
458 // zone scope and get rid of dependent maps even when the destructor is