summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1590904.js
blob: 4bfad2c9d495661a43075a8993b9badb8fd9effe (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !getBuildConfiguration("has-gczeal")
gczeal(0);
gczeal(20);
startgc(1);
gczeal(10);
while (gcstate() == "Sweep") {}