summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug600138.js
blob: d4f7341d875fb5d2a4ed6cde9e31e63e2c2729d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-64-54700fad8cf9-linux
// Flags: -j
//
function z() {
    this.a = function () {}
    this.a = this
    Object.defineProperty(this, "a", ({}))
}
for (e in [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]) {
    new z()
}