tor-browser

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

bug852140.js (182B)


      1 function reportCompare (expected, actual) {
      2  if (expected != actual) {}
      3 }
      4 function exitFunc (funcName) {
      5  return reportCompare(undefined, '');
      6 }
      7 reportCompare('', '');
      8 exitFunc();