tor-browser

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

bug1306506.js (126B)


      1 f = (function(stdlib, foreign, heap) {
      2    "use asm";
      3    function f() {
      4        return (1, 1 / 0)|0;
      5    }
      6    return f;
      7 });