summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug1657557.js
blob: 60350351662e038bdc3fa8b2ced5e26aea295249 (plain)
1
2
3
4
5
6
7
setImmutablePrototype(Function.__proto__);

if (helperThreadCount() > 0) {
    offThreadCompileToStencil("function f() {}");
    var stencil = finishOffThreadStencil();
    evalStencil(stencil);
}