comparison: js/src/jit-test/tests/jaeger/bug684576.js
js/src/jit-test/tests/jaeger/bug684576.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 function f0(p0,p1) { |
|
3 var v3; |
|
4 do { |
|
5 p1 > v3 |
|
6 v3=1.7 |
|
7 } while (((p0[p1][5]==1)||(p0[p1][5]==2)||(p0[p1][5] == 3)) + 0 > p0); |
|
8 + (v3(f0)); |
|
9 } |
|
10 f0(4105,8307); |