tor-browser

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

bug639459.js (79B)


      1 function f() {
      2    var a = [].length;
      3    return a / a;
      4 }
      5 assertEq(f(), NaN);