Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mishoo/UglifyJS
/ f9
Function
f9
test/compress/return_undefined.js:65–69 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
63
return
void 0;
64
}
65
function
f9(a, b) {
66
foo(a);
67
bar(b);
68
return
undefined;
69
}
70
function
f10() {
71
return
false;
72
}
Callers
nothing calls this directly
Calls
2
foo
Function · 0.70
bar
Function · 0.70
Tested by
no test coverage detected