Source code
Revision control
Copy as Markdown
Other Tools
// These tests just mustn't trigger asserts.
if (!this.hasOwnProperty('Intl'))
quit();
Object.prototype.get = 5;
new Intl.Collator().resolvedOptions();
Intl.DateTimeFormat.supportedLocalesOf('en');