tor-browser

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

bug981325.js (130B)


      1 function f(x) {
      2    return Math.fround() ? x : x >> 0;
      3 }
      4 function g() {
      5    return (f() !== Math.fround(0))
      6 }
      7 assertEq(g(), g());