bug-1286244.js (233B)
1 // |jit-test| skip-if: !getBuildConfiguration("has-gczeal") || helperThreadCount() === 0 2 3 // This will fail with --no-threads. 4 verifyprebarriers(); 5 var lfGlobal = newGlobal(); 6 lfGlobal.offThreadCompileToStencil(` 7 version(185); 8 `);