tor-browser

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

bug1201459.js (115B)


      1 // |jit-test| error:ReferenceError
      2 function f() {
      3        (x ? Math.fround(0) : x ? a : x) && b;
      4 }
      5 f(Math.fround);