summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug655949.js
blob: 1adace1a10073d7f82ef8b4c9ae874df08de6742 (plain)
1
2
3
4
5
6
var a;
try {
    a();
} catch(e) {
    assertEq(e instanceof TypeError, true);
}