tor-browser

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

strict_mode_warning.js (86B)


      1 function f() {
      2  return 1;
      3  // eslint-disable-next-line no-unreachable
      4  return 2;
      5 }