MCPcopy 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.jsFile · 0.45
splay.jsFile · 0.45
runMethod · 0.45
initConfigMethod · 0.45
isThrowInProgressMethod · 0.45
executeCatchMethod · 0.45
createArgumentsObjectMethod · 0.45
currentContextMethod · 0.45
popContextMethod · 0.45
defineOwnPropertyMethod · 0.45
isEmptyMethod · 0.45
jaMethod · 0.45

Calls 1

Tested by

no test coverage detected