tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug-1287399.js (211B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 var lfGlobal = newGlobal();
      4 gczeal(4);
      5 for (lfLocal in this) {}
      6 lfGlobal.offThreadCompileToStencil(`
      7  var desc = {
      8    value: 'bar',
      9    value: false,
     10  };
     11 `);