tor-browser

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

nested-rewind.js (101B)


      1 function g(x =
      2  function() {
      3    "use asm";
      4    function f(){}
      5    return f;
      6  }
      7 ) {
      8  "use asm";
      9 }