tor-browser

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

bug638977.js (60B)


      1 function f() {
      2    gc();
      3    [].unshift(false);
      4 }
      5 f();
      6 f();