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

Method toList

src/main/java/org/dynjs/runtime/NameEnumerator.java:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public List<String> toList() {
33 List<String> list = new ArrayList<>();
34 list.addAll( this.names );
35 return list;
36 }
37}

Callers 12

interpretMethod · 0.80
interpretMethod · 0.80
interpretMethod · 0.80
interpretMethod · 0.80
iteratorMethod · 0.80
toArrayMethod · 0.80
toStringMethod · 0.80
createShadowMethod · 0.80
joMethod · 0.80
callMethod · 0.80
visitMethod · 0.80

Calls 1

addAllMethod · 0.80

Tested by

no test coverage detected