tor-browser

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

bug-1472734.js (261B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 try {
      4    oomTest(function() {
      5      eval(`
      6        function eval(source) {
      7          offThreadCompileModuleToStencil(source);
      8          minorgc();
      9        }
     10        eval("");
     11      `);
     12    });
     13 } catch (exc) {}