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

Method constructor

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

Source from the content-addressed store, hash-verified

209 try {
210 class F {
211 constructor(value) {
212 this.value = value;
213 }
214 valueOf() {
215 return `${ this.value }`;
216 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected