tor-browser

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

bug1451984.js (280B)


      1 // This test case originally failed only with --enable-more-deterministic
      2 
      3 setJitCompilerOption("ion.forceinlineCaches", 1);
      4 function f(x) {
      5    return Math.pow(Math.fround(Math.fround()), ~(x >>> 0));
      6 }
      7 assertEq(f(-1),1);
      8 assertEq(f(-1),1);
      9 assertEq(f(-1),1);
     10 assertEq(f(-1),1);