Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fixupList
Method · 0.80
addJumpIfNextNotDestination
Method · 0.80
Calls
2
toList
Method · 0.80
getAllEnumerablePropertyNames
Method · 0.65
Tested by
no test coverage detected