summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1590904.js
blob: ab3e7b432fcec7ec0f00ea2e318fc02a749a57c9 (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") {}