summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1053676.js
blob: bebada5767e8246ce4782d85a8281a476e9ba742 (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| --ion-eager

var x
(function() {
    x
}());
verifyprebarriers();
x = x * 0
x = Symbol();
gc();
evalcx("x=1", this);