MCPcopy
hub / github.com/mishoo/UglifyJS / f8

Function f8

test/compress/return_undefined.js:60–64  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

58 return a + b;
59 }
60 function f8(a, b) {
61 foo(a);
62 bar(b);
63 return void 0;
64 }
65 function f9(a, b) {
66 foo(a);
67 bar(b);

Callers

nothing calls this directly

Calls 2

fooFunction · 0.70
barFunction · 0.70

Tested by

no test coverage detected