tor-browser

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

testBug1046688.js (205B)


      1 enableGeckoProfiling();
      2 for (var j = 0; j < 1000; ++j) {
      3  (function(stdlib) {
      4    "use asm";
      5    var pow = stdlib.Math.pow;
      6    function f() {
      7        return +pow(.0, .0)
      8    }
      9    return f;
     10 })(this)()
     11 }