MCPcopy
hub / github.com/zloirock/core-js / toString

Function toString

tests/helpers/helpers.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 return value;
91 },
92 toString() {
93 checker.$toString++;
94 return string !== undefined ? string : String(value);
95 },
96 };
97
98 return checker;

Callers 15

es.string.match.jsFile · 0.50
esnext.set.join.jsFile · 0.50
es.escape.jsFile · 0.50
web.atob.jsFile · 0.50
web.url.parse.jsFile · 0.50
es.symbol.for.jsFile · 0.50
web.btoa.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…