Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| skip-if: helperThreadCount() === 0
m = 'x';
for (var i = 0; i < 10; i++)
m += m;
offThreadCompileToStencil("", ({elementAttributeName: m}));
var n = newGlobal();
gczeal(2,1);
var stencil = n.finishOffThreadStencil();
n.evalStencil(stencil);