tor-browser

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

testBug855442.js (190B)


      1 gczeal(2,4);
      2 function asmModule(g, foreign, heap) {
      3    "use asm";
      4    var HEAP8 = new g.Int8Array(heap);
      5    function f() {}
      6    return {f: f};
      7 }
      8 asmModule(this, 2, new ArrayBuffer(2048));