tor-browser

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

bug1007512.js (155B)


      1 // |jit-test| error: TypeError
      2 
      3 new(function(stdlib, n, heap) {
      4    "use asm"
      5    var x = new stdlib.Uint32Array(heap)
      6    function f() {}
      7    return f
      8 })