Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ toString
Method
toString
src/main/java/org/dynjs/runtime/Arguments.java:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
public
String toString() {
91
return
"[Arguments: length="
+ get(null,
"length"
) +
"]"
;
92
}
93
94
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected