summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug787848.js
blob: 2972a4c8c16714caf8d9e6eaa0d0dd6da7043930 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error: TypeError
try {
    i
}
catch (x if (function() {})()) {}
catch (d) {
    this.z.z
}