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

Function w3

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

Source from the content-addressed store, hash-verified

28 }
29
30 function w3(f) {
31 if (0) while (1) f();
32 return 111;
33 }
34
35 return { w0: w0, w1: w1, w2: w2, w3: w3 };
36}

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected