comparison: js/src/jit-test/tests/basic/bug787309.js
js/src/jit-test/tests/basic/bug787309.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 try { |
|
3 h |
|
4 } catch (x |
|
5 if gc()) {} finally { |
|
6 this.z.z |
|
7 } |