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:531–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
529
}
530
531
@Override
532
public
boolean isEmpty() {
533
return
getAllEnumerablePropertyNames().isEmpty();
534
}
535
536
@Override
537
public
boolean containsKey(Object key) {
Callers
13
coffee-script.js
File · 0.45
splay.js
File · 0.45
run
Method · 0.45
initConfig
Method · 0.45
isThrowInProgress
Method · 0.45
executeCatch
Method · 0.45
createArgumentsObject
Method · 0.45
currentContext
Method · 0.45
popContext
Method · 0.45
defineOwnProperty
Method · 0.45
isEmpty
Method · 0.45
ja
Method · 0.45
Calls
1
getAllEnumerablePropertyNames
Method · 0.95
Tested by
no test coverage detected