summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug657197.js
blob: fde956abee56e01d50ea74fdfa166e408f54bb39 (plain)
1
2
3
4
5
try { (function() {
  new function() {
    throw [];
  }
})() } catch (e) {}