tor-browser

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

bug631082.js (198B)


      1 var t;
      2 (function () {
      3    t = (function*() {
      4            yield k();
      5        })();
      6    function h() {
      7    }
      8    function k() {
      9        return function() { h(); };
     10    }
     11 })();
     12 t.next();