michael@0: // These tests just mustn't trigger asserts. michael@0: if (!this.hasOwnProperty('Intl')) michael@0: quit(); michael@0: michael@0: Object.prototype.get = 5; michael@0: new Intl.Collator().resolvedOptions(); michael@0: michael@0: Intl.DateTimeFormat.supportedLocalesOf('en');