MCPcopy Create free account
hub / github.com/dynjs/dynjs / iterator

Method iterator

src/main/java/org/dynjs/runtime/DynObject.java:618–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616 }
617
618 @Override
619 public Iterator<String> iterator() {
620 return getAllEnumerablePropertyNames().toList().iterator();
621 }
622
623 @Override
624 public Object[] toArray() {

Callers 2

fixupListMethod · 0.80

Calls 2

toListMethod · 0.80

Tested by

no test coverage detected