summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1459568.js
blob: 57affab64fa78fa03bd77ebefeeb6414664a307c (plain)
1
2
3
4
5
6
7
gczeal(0);
setMarkStackLimit(1);
gczeal(18, 1);
grayRoot()[0] = "foo";
grayRoot()[1] = {};
grayRoot().x = 0;
gc();