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