tor-browser

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

bug657890.js (88B)


      1 function f() {};
      2 var x;
      3 for(var i=0; i<200; i++) {
      4    x = f.bind(x, x, 2);
      5    gc();
      6 }