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

Method hasPrimitiveBase

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

Source from the content-addressed store, hash-verified

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();

Callers 2

getValueMethod · 0.95
putValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected