tor-browser

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

bug1008636.js (267B)


      1 // |jit-test| error:TypeError
      2 // stdlib is undefined
      3 
      4 (function(stdlib, n, heap) {
      5    "use asm"
      6    var Int16ArrayView = new stdlib.Int16Array(heap)
      7    function f() {
      8        var x = 4.
      9        Int16ArrayView[~~((1 ? .0 : .9) % x) >> 1] = 0
     10        u(x)
     11    }
     12 })()