summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1514927.js
blob: 8f2f1ef52bf2ec2a6d6d866a3675c8b82ebc1e2d (plain)
1
2
3
4
5
6
gczeal(0);
var x = newGlobal();
x.evaluate("grayRoot()");
x = 0;
setMarkStackLimit(4);
gc();