comparison: js/src/jit-test/tests/jaeger/bug719758.js
js/src/jit-test/tests/jaeger/bug719758.js
- changeset 0
- 6474c204b198
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(); |