Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ w2
Function
w2
deps/v8/test/mjsunit/asm/infinite-loops-taken.js:24–28 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
w2(f) {
25
if
(1)
while
(1) f();
26
else
while
(1) f();
27
return
110;
28
}
29
30
function
w3(f) {
31
if
(0)
while
(1) f();
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected