MCPcopy 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

getMethod · 0.45
putMethod · 0.45
containsKeyMethod · 0.45
removeMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected