Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cst
Function
cst
deps/v8/test/mjsunit/maglev/optimize-float64-ieee754.js:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
function
testAcos() {
8
function
cst() {
return
0.5; }
9
function
f() {
return
Math.acos(cst()); }
10
%PrepareFunctionForOptimization(cst);
11
%PrepareFunctionForOptimization(f);
Callers
12
testAcos
Function · 0.70
testAsin
Function · 0.70
testAtan
Function · 0.70
testCbrt
Function · 0.70
testExp
Function · 0.70
testLog
Function · 0.70
testTan
Function · 0.70
testAtan2
Function · 0.70
testPow
Function · 0.70
testClz32Int32
Function · 0.70
testClz32Float64
Function · 0.70
testClz32Float64Positive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected