tor-browser

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

test-click-function-to-source.js (99B)


      1 // prettier-ignore
      2 
      3 /**
      4 * this
      5 * is
      6 * a
      7 * function
      8 */
      9 function foo() {
     10  console.log(foo);
     11 }