tor-browser

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

testBug616454.js (93B)


      1 function isnan(x) { return x !== x }
      2 assertEq(isnan(deserialize(serialize(-'test'))), true);