summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1401141.js
blob: f5c244572fc2dbc53b03a0d0faf6b11da986a00f (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.offThreadCompileScript("");