tor-browser

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

testBug1291887.js (231B)


      1 (function(stdlib) {
      2        "use asm"
      3        var log = stdlib.Math.log
      4 
      5        function f(x) {
      6            x = +x
      7            var y = 3.
      8            return 0, y
      9            return +log(x) + y
     10        }
     11 
     12        return f
     13 })(this)