summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1371908.js
blob: e669f6b63acb31a9b0b05d4cc065c2ce0dfcea97 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: helperThreadCount() === 0

gczeal(0);
offThreadCompileToStencil("");
startgc(0);
var stencil = finishOffThreadStencil();
evalStencil(stencil);