summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1124563.js
blob: 73599025b8c1109d133a3a5ef54bc858e0874f3e (plain)
1
2
3
4
try {
    gc(0, 'shrinking')({x: 0})
} catch (e) {}
eval("({x: 0, x: 0})[{x: 0}]")