Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testElementType
Function · 0.70
math-abs.js
File · 0.70
testElementType
Function · 0.70
testElementType
Function · 0.70
testElementType
Function · 0.70
testElementType
Function · 0.70
testElementType
Function · 0.70
w0
Function · 0.70
w1
Function · 0.70
w2
Function · 0.70
w3
Function · 0.70
testElementType
Function · 0.70
Calls
1
abs
Function · 0.50
Tested by
no test coverage detected