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

Function w1

deps/v8/test/mjsunit/asm/infinite-loops-taken.js:19–22  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

17 }
18
19 function w1(f) {
20 if (1) while (1) f();
21 return 109;
22 }
23
24 function w2(f) {
25 if (1) while (1) f();

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected