Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
structuredCloneInternal
Function · 0.80
web.structured-clone.js
File · 0.80
getCheck
Function · 0.80
es.number.constructor.js
File · 0.80
web.structured-clone.js
File · 0.80
getCheck
Function · 0.80
es.number.constructor.js
File · 0.80
structuredCloneInternal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected