MCPcopy Index your code
hub / github.com/nodejs/node / testAtan

Function testAtan

deps/v8/test/mjsunit/maglev/optimize-float64-ieee754.js:29–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27testAsin();
28
29function testAtan() {
30 function cst() { return 1; }
31 function f() { return Math.atan(cst()); }
32 %PrepareFunctionForOptimization(cst);
33 %PrepareFunctionForOptimization(f);
34 f();
35 %OptimizeMaglevOnNextCall(f);
36 assertEquals(Math.atan(1.0), f());
37}
38testAtan();
39
40function testCbrt() {

Callers 1

Calls 3

cstFunction · 0.70
fFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…