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

Function test

deps/v8/test/mjsunit/induction-variable-turbofan.js:87–93  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

85}
86
87function test(f) {
88 %PrepareFunctionForOptimization(f);
89 f();
90 assertTrue(f());
91 %OptimizeFunctionOnNextCall(f);
92 assertTrue(f());
93}
94
95test(positive_increment);
96test(positive_increment_strict);

Callers 1

Calls 2

fFunction · 0.70
assertTrueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…