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

Method keySet

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

Source from the content-addressed store, hash-verified

582 }
583
584 @Override
585 public Set<String> keySet() {
586 return new KeySet();
587 }
588
589 @Override
590 public Collection<Object> values() {

Callers 5

testMapLikenessMethod · 0.80
toStringInstrsMethod · 0.80
getOwnPropertyNamesMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMapLikenessMethod · 0.64