MCPcopy 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
7function testAcos() {
8 function cst() { return 0.5; }
9 function f() { return Math.acos(cst()); }
10 %PrepareFunctionForOptimization(cst);
11 %PrepareFunctionForOptimization(f);

Callers 12

testAcosFunction · 0.70
testAsinFunction · 0.70
testAtanFunction · 0.70
testCbrtFunction · 0.70
testExpFunction · 0.70
testLogFunction · 0.70
testTanFunction · 0.70
testAtan2Function · 0.70
testPowFunction · 0.70
testClz32Int32Function · 0.70
testClz32Float64Function · 0.70
testClz32Float64PositiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected