MCPcopy Create free account
hub / github.com/nodejs/node / h

Function h

deps/v8/test/mjsunit/asm/math-abs.js:23–26  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

21
22 // h: signed -> double
23 function h(a) {
24 a = a|0;
25 return +abs(+(a | 0));
26 }
27
28 return { f: f, g: g, h: h };
29}

Callers 7

math-abs.jsFile · 0.70
fFunction · 0.50
gFunction · 0.50
testShadowingFunction · 0.50
gFunction · 0.50

Calls 1

absFunction · 0.50

Tested by

no test coverage detected