tor-browser

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

bug1683535-2.js (190B)


      1 function foo(y) {
      2    return (1 >>> y >> 12) % 1.5 >>> 0
      3 }
      4 function bar(y) {
      5    return (1 >>> y >> 12) / 1.5 >>> 0
      6 }
      7 
      8 with ({}) {}
      9 for (var i = 0; i < 100; i++) {
     10    foo(1);
     11    bar(1);
     12 }