Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
prepareIPCs
Method · 0.80
getInstructionsArray
Method · 0.80
FunctionDescriptor
Method · 0.80
initConfig
Method · 0.80
executeCatch
Method · 0.80
call
Method · 0.80
getStackArray
Method · 0.80
Calls
2
toList
Method · 0.80
getAllEnumerablePropertyNames
Method · 0.65
Tested by
no test coverage detected