tor-browser

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

bug-1109913.js (135B)


      1 // |jit-test| allow-oom; allow-unhandlable-oom
      2 
      3 gcparam("maxBytes", gcparam("gcBytes"));
      4 eval(`
      5    gczeal(2, 1);
      6    newGlobal();
      7 `);