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

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

mercurial