tor-browser

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

bug1784435.js (121B)


      1 // |jit-test| error:RangeError
      2 v2 = new Uint32Array(65537);
      3 v4 = Object.getOwnPropertyNames(v2);
      4 do {} while (v4 < 10n);