tor-browser

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

bug1109328.js (210B)


      1 try {
      2    gcslice(0)(""());
      3 } catch (e) {}
      4 g = newGlobal({newCompartment: true})
      5 g.parent = this
      6 g.eval("Debugger(parent).onExceptionUnwind=(function(){})");
      7 gcparam("maxBytes", gcparam("maxBytes") - 8);
      8 gc();