summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug757428.js
blob: b45f9786094c17476afe22eb17e6a7fb9b906cee (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-64-d80602d38aa8-linux
// Flags: --ion-eager
//

function f(o) {
    var prop = "arguments";
    f[prop] = f[prop];
}
for(var i=0; i > -10; i-- ) {
    f(f / 16);
}