tor-browser

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

bug-1214781.js (134B)


      1 // |jit-test| allow-oom
      2 
      3 try {
      4    gcparam("maxBytes", gcparam("gcBytes"));
      5    newGlobal("");
      6 } catch (e) {};
      7 oomTest(function() {})