Files

5 lines
88 B
JavaScript

try {
throw "!";
} catch(x) { ; }
try {} finally { ; }
try {} catch(x) {} finally {}