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

Method toArray

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

Source from the content-addressed store, hash-verified

621 }
622
623 @Override
624 public Object[] toArray() {
625 return getAllEnumerablePropertyNames().toList().toArray();
626 }
627
628 @Override
629 public <T> T[] toArray(T[] a) {

Callers 7

prepareIPCsMethod · 0.80
getInstructionsArrayMethod · 0.80
FunctionDescriptorMethod · 0.80
initConfigMethod · 0.80
executeCatchMethod · 0.80
callMethod · 0.80
getStackArrayMethod · 0.80

Calls 2

toListMethod · 0.80

Tested by

no test coverage detected