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