tor-browser

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

testBug989166.js (159B)


      1 (function(stdlib) {
      2    "use asm";
      3    var pow = stdlib.Math.pow
      4    function f() {
      5        return +pow(.0, .0)
      6    }
      7    return f
      8 })(this, {}, ArrayBuffer)()