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

Method valueOf

tests/unit-global/es.string.split.js:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 this.value = value;
213 }
214 valueOf() {
215 return `${ this.value }`;
216 }
217 toString() {
218 return new Number();
219 }

Callers 8

structuredCloneInternalFunction · 0.80
getCheckFunction · 0.80
getCheckFunction · 0.80
structuredCloneInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected