MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / toJSON

Function toJSON

src/test/resources/libraries/bird/prototype.js:211–213  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

209 }
210
211 function toJSON(value) {
212 return Str('', { '': value }, []);
213 }
214
215 function Str(key, holder, stack) {
216 var value = holder[key],

Callers

nothing calls this directly

Calls 2

toISOStringMethod · 0.80
StrFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…