Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| skip-if: helperThreadCount() === 0
gczeal(0);
gc();
schedulezone(this);
startgc(0, "shrinking");
var g = newGlobal();
g.offThreadCompileToStencil('debugger;', {});
var stencil = g.finishOffThreadStencil();
g.evalStencil(stencil);