tor-browser

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

bug1105574-ra-sink.js (165B)


      1 function f1(x) {
      2    assertEq(Math.tan((((x >>> 0) | 0) >>> 0) | 0, f2()) < -1, !!x);
      3 }
      4 var f2 = function() { };
      5 
      6 f1(0);
      7 f2 = function() { };
      8 f1(0);
      9 f1(0);
     10 f1(-1);