summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug756918.js
blob: 2787b38813bd994197e192104d3a07ef15451177 (plain)
1
2
3
4
5
6
// |jit-test| error:Error

with({})
  let([] = []) {
    eval("throw new Error()");
  }