Lines Matching refs:DateTimeFormat
1571 return new Intl.DateTimeFormat(locales, options);
1583 %AddNamedProperty(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() {
1627 %FunctionSetName(Intl.DateTimeFormat.prototype.resolvedOptions,
1629 %FunctionRemovePrototype(Intl.DateTimeFormat.prototype.resolvedOptions);
1630 %SetNativeFlag(Intl.DateTimeFormat.prototype.resolvedOptions);
1639 %AddNamedProperty(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) {
1648 %FunctionSetName(Intl.DateTimeFormat.supportedLocalesOf, 'supportedLocalesOf');
1649 %FunctionRemovePrototype(Intl.DateTimeFormat.supportedLocalesOf);
1650 %SetNativeFlag(Intl.DateTimeFormat.supportedLocalesOf);
1688 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0);
1689 addBoundMethod(Intl.DateTimeFormat, 'v8Parse', parseDate, 1);
1890 'dateformatall': Intl.DateTimeFormat,
1891 'dateformatdate': Intl.DateTimeFormat,
1892 'dateformattime': Intl.DateTimeFormat