tor-browser

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

bug-886551-2.js (125B)


      1 gc();
      2 gcslice(1);
      3 function isClone(a, b) {
      4        var rmemory = new WeakMap();
      5            rmemory.set(a,b);
      6 }
      7 isClone([]);