Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isNull
Method
isNull
src/test/java/org/dynjs/runtime/java/SayHiToJava.java:19–21 ·
view source on GitHub ↗
(Object object)
Source
from the content-addressed store, hash-verified
17
18
public
class
SayHiToJava {
19
public
static
boolean isNull(Object object) {
20
return
object == null;
21
}
22
}
Callers
3
javaInteropSpec.js
File · 0.80
testStackWrapping
Method · 0.80
testMapLikeness
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected