MCPcopy 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
38function SpecialToString(x) {
39 if ((1 / x) == -Infinity) return "-0";
40 return "" + x;
41}
42
43function gen(name, cmp, infix) {
44

Callers 1

genFunction · 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…