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

Function a

test/compress/ie.js:128–136  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

126 }
127 input: {
128 function a(b) {
129 try {
130 throw "Stuff";
131 } catch (undefined) {
132 console.log("caught: " + undefined);
133 }
134 console.log("undefined is " + undefined);
135 return b === undefined;
136 }
137 console.log(a(42), a(void 0));
138 }
139 expect: {

Callers 15

fFunction · 0.70
fFunction · 0.70
pure_funcs.jsFile · 0.70
annotations.jsFile · 0.70
issue-976.jsFile · 0.70
sequences.jsFile · 0.70
optional-chains.jsFile · 0.70
ie.jsFile · 0.70
fFunction · 0.70
fFunction · 0.70
fFunction · 0.70
gFunction · 0.70

Calls 1

fFunction · 0.70

Tested by 1

testFunction · 0.40