summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug812235.js
blob: e4a355321b2bc87d4df816c57e6b16a610140a40 (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-64-a37525d304d9-linux
// Flags: --ion-eager
//
gc()
schedulegc(this)
gcslice(3)
function f() {
    this["x"] = this["x"] = {}
}
new f()