js/src/jit-test/tests/basic/bug657197.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:8aadc496258f
1 try { (function() {
2 new function() {
3 throw [];
4 }
5 })() } catch (e) {}

mercurial