Lines Matching refs:scope
62 Scope* scope() const { return scope_; }
63 Scope* global_scope() const { return global_scope_; }
101 void SetScope(Scope* scope) {
103 scope_ = scope;
105 void SetGlobalScope(Scope* global_scope) {
232 // The scope of the function literal as a convenience. Set to indicate
234 Scope* scope_;
235 // The global scope provided as a convenience.
236 Scope* global_scope_;