tor-browser

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

bug1874502.js (150B)


      1 // |jit-test| --no-threads; --fast-warmup
      2 
      3 function f(x) {
      4  Math.fround(function () { x; });
      5 }
      6 for (let i = 0; i < 30; i++) {
      7  f(Math.fround(1));
      8 }