Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ l
Function
l
test/js_optimizer/minifyLocals-output.js:21–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
function
l() {
22
a:
while
(1) {
23
b:
while
(1) {
24
if
(c()) {
25
if
(d()) {
26
break a;
27
}
else
{
28
continue b;
29
}
30
}
else
{
31
if
(d()) {
32
break;
33
}
else
{
34
continue;
35
}
36
}
37
}
38
}
39
a:
while
(1) {}
40
}
Callers
nothing calls this directly
Calls
2
c
Function · 0.70
d
Function · 0.70
Tested by
no test coverage detected