tor-browser

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

bug792234.js (74B)


      1 function foo() {
      2 return '' / undefined;
      3 }
      4 
      5 foo();
      6 assertEq(foo(), NaN);