tor-browser

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

bug1143216.js (463B)


      1 // Note: This test produces a link error which is required to reproduce the
      2 // original issue.
      3 m = (function(stdlib, n, heap) {
      4    "use asm"
      5    var Float64ArrayView = new stdlib.Float64Array(heap)
      6    var Int16ArrayView = new stdlib.Int16Array(heap)
      7    function f(i0) {
      8        i0 = i0 | 0
      9        i0 = i0 | 0
     10        Int16ArrayView[0] = (i0 << 0) + i0
     11        Float64ArrayView[0]
     12    }
     13    return f
     14 })(this, {}, Array)
     15 for (var j = 0; j < 9; j++) {
     16    m()
     17 }