summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1322648.js
blob: bb6279f5252b6560c64cd363cf0101d0ddbd3493 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: helperThreadCount() === 0
gczeal(0);
print = function(s) {}
startgc(1);
offThreadCompileToStencil("");
gczeal(10, 3);
for (var count = 0; count < 20; count++) {
    print(count);
}