MCPcopy 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

isEmptyMethod · 0.45

Tested by

no test coverage detected