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/DynObject.java:448–450 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
446
}
447
448
public
String toString() {
449
return
"[object Object]"
;
450
}
451
452
protected
boolean reject(ExecutionContext context, boolean shouldThrow) {
453
if
(shouldThrow) {
Callers
7
get
Method · 0.45
put
Method · 0.45
containsKey
Method · 0.45
remove
Method · 0.45
contains
Method · 0.45
remove
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected