tor-browser

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

bug1222917.js (82B)


      1 function f() {
      2    var x = [];
      3    for (var i=0; i<10; i++)
      4 x.length = x;
      5 }
      6 f();