tor-browser

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

bug789300.js (58B)


      1 function f() {
      2 return (NaN ? 4 : 5);
      3 }
      4 assertEq(f(), 5);