blob: 7c7b0fe85d6425b1eb6a11ac671ba5049544a23c (
plain)
1
2
3
4
5
6
7
8
9
10
|
// |jit-test| skip-if: helperThreadCount() === 0
gczeal(0);
gc();
schedulezone(this);
startgc(0, "shrinking");
var g = newGlobal();
g.offThreadCompileScript('debugger;', {});
g.runOffThreadScript();
|