tor-browser

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

syntax-2.js (77B)


      1 // "of" is not a keyword.
      2 
      3 var of;
      4 
      5 Function("var of;");
      6 
      7 function of(of) {}