summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug600128.js
blob: 4905532134b63545c1513c0ef2bdeda94122c08d (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-64-54700fad8cf9-linux
// Flags: -j
//
this.__defineSetter__("x", Object.freeze)
x = this;
for (let z = 0; z < 5; z++) {
    for each(let y in [0, 0, 0]) {
        print(u = "")
    }
}