()
| 27 | } |
| 28 | |
| 29 | public boolean hasPrimitiveBase() { |
| 30 | return (this.base instanceof String) || (this.base instanceof Number) || (this.base instanceof Boolean); |
| 31 | } |
| 32 | |
| 33 | public boolean isPropertyReference() { |
| 34 | //return (this.base instanceof JSObject) || hasPrimitiveBase(); |