tor-browser

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

bug-1714530.js (228B)


      1 // |jit-test| skip-if: typeof Intl === 'undefined'
      2 
      3 gczeal(0); // Prevent timeouts with certain gczeal values.
      4 
      5 for (i = 0; i < 10000; i++, bailAfter(10)) {
      6  if (hasOwnProperty) {
      7    Intl.DateTimeFormat(0, {}).format();
      8  }
      9 }