comparison: js/src/jit-test/tests/ion/bug776687.js
js/src/jit-test/tests/ion/bug776687.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 for (var a = 0; a < 9; a++) { |
|
3 if (arguments[a]) { |
|
4 while (arguments[a]) |
|
5 ; |
|
6 } |
|
7 } |
|
8 })() |