tor-browser

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

bug807047.js (105B)


      1 function f(code) {
      2    eval(code)
      3 }
      4 f("\
      5    function h({x}) {\
      6        print(x)\
      7    }\
      8    h(/x/);\
      9 ")