Source code
Revision control
Copy as Markdown
Other Tools
// |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();
}
}