MCPcopy Create free account
hub / github.com/dynjs/dynjs / isPropertyReference

Method isPropertyReference

src/main/java/org/dynjs/runtime/Reference.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 14

getValueMethod · 0.95
getValueMethod · 0.95
interpretMethod · 0.95
getValueMethod · 0.95
getValueMethod · 0.95
putValueMethod · 0.95
getValueMethod · 0.95
visitMethod · 0.95
getThisMethod · 0.80

Calls

no outgoing calls

Tested by 3