tor-browser

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

bug-957110.js (164B)


      1 // |jit-test| allow-unhandlable-oom
      2 gczeal(7,1);
      3 try {
      4 gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
      5 newGlobal("same-compartment");
      6 } catch(exc1) {}
      7 gczeal(1);