comparison: js/src/jit-test/tests/ion/bug975290.js
js/src/jit-test/tests/ion/bug975290.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 for (var j = 0; j < 9999; ++j) { |
|
2 (function() { |
|
3 Math.pow(Math.fround(), Math.fround(0)) |
|
4 })(); |
|
5 } |
|
6 |