Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
try-finally-in-for-of.js
File · 0.50
f
Function · 0.50
g
Function · 0.50
testShadowing
Function · 0.50
g
Function · 0.50
regress-346686148.js
File · 0.50
Calls
1
abs
Function · 0.50
Tested by
no test coverage detected