tor-browser

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

bug1204165.js (125B)


      1 var x;
      2 function f() {
      3    x = [];
      4    for (var i = 0; i < 1; ++i) {
      5        x.push("");
      6    }
      7    [0].concat(x);
      8 }
      9 f();
     10 f();