comparison: js/src/jit-test/tests/jaeger/bug719758.js
js/src/jit-test/tests/jaeger/bug719758.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 function test() { |
|
3 try { |
|
4 for (var i = 0 in this) throw p; |
|
5 } catch (e) { |
|
6 if (i !== 94) |
|
7 return "what"; |
|
8 } |
|
9 } |
|
10 test(); |