tor-browser

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

bug1668197.js (91B)


      1 function f(x, y) {
      2    return ~Math.hypot(x >>> 0, 2 - x >>> 0);
      3 }
      4 f(2, Math);
      5 oomTest(f);