blob: ec172aee33b283a76bad4ef5972a7c99523aa011 [file] [log] [blame]
if (helperThreadCount() == 0)
quit();
gczeal(0);
gc();
schedulegc(this);
startgc(0, "shrinking");
var g = newGlobal();
g.offThreadCompileScript('debugger;', {});
g.runOffThreadScript();