Home | History | Annotate | Download | only in src

Lines Matching refs:scope

44     // the context object on the heap, starting at 0.  scope() is the
45 // corresponding scope.
54 Variable(Scope* scope,
68 // in an outer scope about which we don't know anything (it may not
69 // be the global scope). scope() is NULL in that case. Currently the
70 // scope is only used to follow the context chain length.
71 Scope* scope() const { return scope_; }
138 Scope* scope_;
148 // sloppy 'eval' calls between the reference scope (inclusive) and the
149 // binding scope (exclusive).