Home | History | Annotate | Download | only in src

Lines Matching refs:CONTEXT

166   enum Context {
167 // Not assigned a context yet, or else will not be visited during
891 // Node for constructing a context extension object for a catch block.
892 // The catch context extension object has one property, the catch
1000 // An indexed slot in a heap context. index() is the
1001 // variable index in the context object on the heap,
1004 CONTEXT,
1006 // A named slot in a heap context. var()->name() is the
1007 // variable name in the context object on the heap,
1008 // with lookup starting at the current context. index()