summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug787309.js
blob: 51129c88dfd173357a2643821dd2eb834c10f257 (plain)
1
2
3
4
5
6
7
// |jit-test| error: TypeError
try {
    h
} catch (x
if gc()) {} finally {
    this.z.z
}