tor-browser

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

bug-1315946.js (215B)


      1 // Don't run a full oomTest because it takes ages - a few iterations are
      2 // sufficient to trigger the bug.
      3 let i = 0;
      4 
      5 oomTest(Function(`
      6    if (i < 10) {
      7        i++;
      8        gczeal(15,1);
      9        foo;
     10    }
     11 `));