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

Function w0

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

Source from the content-addressed store, hash-verified

12 "use asm";
13
14 function w0(f) {
15 while (1) f();
16 return 108;
17 }
18
19 function w1(f) {
20 if (1) while (1) f();

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected