summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1401141.js
blob: 6ed1bea61159893cf4646feb8dd6197d2a74b936 (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| skip-if: !('gczeal' in this) || helperThreadCount() === 0

gczeal(15,1);
setGCCallback({
  action: "majorGC",
});
gcslice(3);
var lfGlobal = newGlobal();
lfGlobal.offThreadCompileToStencil("");