()
| 31 | } |
| 32 | |
| 33 | public boolean isPropertyReference() { |
| 34 | //return (this.base instanceof JSObject) || hasPrimitiveBase(); |
| 35 | return ( ! ( this.base instanceof EnvironmentRecord ) ); |
| 36 | } |
| 37 | |
| 38 | public boolean isUnresolvableReference() { |
| 39 | return this.base == Types.UNDEFINED; |
no outgoing calls