Home | History | Annotate | Download | only in src

Lines Matching refs:scope

76   Scope* scope() const { return scope_; }
77 Scope* global_scope() const { return global_scope_; }
171 void SetScope(Scope* scope) {
173 scope_ = scope;
175 void SetGlobalScope(Scope* global_scope) {
390 // The scope of the function literal as a convenience. Set to indicate
392 Scope* scope_;
393 // The global scope provided as a convenience.
394 Scope* global_scope_;
476 // zone scope and get rid of dependent maps even when the destructor is