Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ SpecialToString
Function
SpecialToString
deps/v8/tools/compare-table-gen.js:38–41 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
36
}
37
38
function
SpecialToString(x) {
39
if
((1 / x) == -Infinity)
return
"-0"
;
40
return
""
+ x;
41
}
42
43
function
gen(name, cmp, infix) {
44
Callers
1
gen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…