summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1146213.js
blob: 1a7859a6e4bcc0dffb37a1d37a26dbd27167125a (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| skip-if: !(getBuildConfiguration("has-gczeal")) || helperThreadCount() === 0
setGCCallback({
  action: "majorGC",
});
schedulezone(this)
gcslice(3)
var lfGlobal = newGlobal();
lfGlobal.offThreadCompileToStencil("");
var stencil = lfGlobal.finishOffThreadStencil();
lfGlobal.evalStencil(stencil);