Lines Matching refs:scope
67 // the context object on the heap, starting at 0. scope() is the
68 // corresponding scope.
77 Variable(Scope* scope,
91 // in an outer scope about which we don't know anything (it may not
92 // be the global scope). scope() is NULL in that case. Currently the
93 // scope is only used to follow the context chain length.
94 Scope* scope() const { return scope_; }
161 Scope* scope_;
171 // non-strict 'eval' calls between the reference scope (inclusive) and the
172 // binding scope (exclusive).