tor-browser

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

bug-1930251.js (108B)


      1 if (!this.enqueueMark) {
      2  quit();
      3 }
      4 
      5 gczeal(0);
      6 setMarkStackLimit(1)
      7 a = {}
      8 enqueueMark(a)
      9 gczeal(9)
     10 gc();