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

Function f

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

Source from the content-addressed store, hash-verified

9
10 // f: double -> double
11 function f(a) {
12 a = +a;
13 return +abs(a);
14 }
15
16 // g: unsigned -> double
17 function g(a) {

Callers 14

testElementTypeFunction · 0.70
math-abs.jsFile · 0.70
testElementTypeFunction · 0.70
testElementTypeFunction · 0.70
testElementTypeFunction · 0.70
testElementTypeFunction · 0.70
testElementTypeFunction · 0.70
w0Function · 0.70
w1Function · 0.70
w2Function · 0.70
w3Function · 0.70
testElementTypeFunction · 0.70

Calls 1

absFunction · 0.50

Tested by

no test coverage detected