bug655949.js (81B)
1 var a; 2 try { 3 a(); 4 } catch(e) { 5 assertEq(e instanceof TypeError, true); 6 }