tor-browser

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

bug-1263355-11.js (162B)


      1 function assertNotSame(expected, actual, message = "") { }
      2 function g3(h = () => arguments) {
      3  function arguments() { }
      4  assertNotSame(arguments, h());
      5 }
      6 g3();