Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
interpret
Method · 0.95
putValue
Method · 0.95
isValidForPrePostIncrementDecrement
Method · 0.95
visit
Method · 0.95
interpret
Method · 0.80
interpret
Method · 0.80
interpret
Method · 0.80
filter
Method · 0.80
guard
Method · 0.80
guard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected