blob: b5ffebde21a10ee397f18c79d5b0da3cf357aa39 [file] [log] [blame]
// These tests just mustn't trigger asserts.
if (!this.hasOwnProperty('Intl'))
quit();
Object.prototype.get = 5;
new Intl.Collator().resolvedOptions();
Intl.DateTimeFormat.supportedLocalesOf('en');