tor-browser

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

bug-1381423.js (134B)


      1 var s = new Set(Array(1000).fill(0).map((v, k) => k + 1));
      2 do {
      3    var n = [...s].length;
      4    assertEq(n, 1000);
      5 } while (!inIon());