tor-browser

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

range-analysis-bug1122402.js (156B)


      1 // |jit-test| error:TypeError
      2 
      3 (function() {
      4   let r
      5   g = function(x) {
      6     ((-0x80000000 + (x >>> 0)) != 0) ? 0 : x()
      7   }
      8 })()
      9 
     10 g(NaN)
     11 g(0x80000000);