summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug662132.js
blob: a3f52a2be7654834b2c92ee8d80d2935d5eca97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Binary: cache/js-dbg-32-6d423e5f2e48-linux
// Flags: -m -n
//
gczeal()
let n = {}
let o = {}
for (let i = 0; i < 5; i++) {
    Array();
    for (let j = 0; j < 7; j++) {
        o.__defineSetter__("", function() {})
        o.p3 = 1
        delete o.p3
    }
}