comparison: js/src/jit-test/tests/basic/bug787848.js
js/src/jit-test/tests/basic/bug787848.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 try { |
|
3 i |
|
4 } |
|
5 catch (x if (function() {})()) {} |
|
6 catch (d) { |
|
7 this.z.z |
|
8 } |