MCPcopy Create free account
hub / github.com/nodejs/node / foo

Function foo

deps/v8/test/mjsunit/regress-418396718.js:16–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14%NeverOptimizeFunction(bar);
15
16function foo() {
17 let v1 = 0;
18 for (let i4 = 0;
19 (() => {
20 const v6 = i4 < 25;
21 bar();
22 return v6;
23 })();
24 ) {
25 const v10 = v1 + 2147483647;
26 v1 = i4;
27 1024 & v10;
28 }
29 return 1024;
30}
31try { foo(); } catch {}

Callers 1

Calls 1

barFunction · 0.70

Tested by

no test coverage detected