tor-browser

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

bug1135047.js (99B)


      1 function j(x) {
      2    return Math.pow(x, x) !== Math.pow(x, x)
      3 }
      4 j(-0)
      5 assertEq(j(-undefined), true)