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

Method isStrictReference

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

Source from the content-addressed store, hash-verified

23 }
24
25 public boolean isStrictReference() {
26 return this.strict;
27 }
28
29 public boolean hasPrimitiveBase() {
30 return (this.base instanceof String) || (this.base instanceof Number) || (this.base instanceof Boolean);

Callers 10

interpretMethod · 0.95
putValueMethod · 0.95
visitMethod · 0.95
interpretMethod · 0.80
interpretMethod · 0.80
interpretMethod · 0.80
filterMethod · 0.80
guardMethod · 0.80
guardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected