Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isEmpty
Method
isEmpty
src/main/java/org/dynjs/runtime/DynObject.java:608–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
606
}
607
608
@Override
609
public
boolean isEmpty() {
610
return
getAllEnumerablePropertyNames().isEmpty();
611
}
612
613
@Override
614
public
boolean contains(Object o) {
Callers
nothing calls this directly
Calls
2
getAllEnumerablePropertyNames
Method · 0.65
isEmpty
Method · 0.45
Tested by
no test coverage detected