tor-browser

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

bug1210596.js (124B)


      1 var count = 0;
      2 var a = Array.prototype.concat.call([], [, []], []);
      3 a.forEach(function() { count++; });
      4 assertEq(count, 1);