summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1714530.js
blob: ed8adcaf6e6353e276d9e33b2d4c3d6a653d8672 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: typeof Intl === 'undefined'

gczeal(0); // Prevent timeouts with certain gczeal values.

for (i = 0; i < 10000; i++, bailAfter(10)) {
  if (hasOwnProperty) {
    Intl.DateTimeFormat(0, {}).format();
  }
}