tor-browser

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

bug1951212.js (143B)


      1 // |jit-test| --ion-edgecase-analysis=off
      2 
      3 for (var i = 0 ; i < 99 ; i++) {
      4  (function() { return Math.fround(Math.sqrt(0)) == false; })();
      5 }