WALA/com.ibm.wala.cast.js.test.data/examples-src/tests/dead_catch.js

8 lines
77 B
JavaScript

(function() {
return;
try {
x();
} catch (e) {
}
})();