Lines Matching refs:DateTimeFormat
1667 return new Intl.DateTimeFormat(locales, options);
1679 %AddNamedProperty(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() {
1741 %FunctionSetName(Intl.DateTimeFormat.prototype.resolvedOptions,
1743 %FunctionRemovePrototype(Intl.DateTimeFormat.prototype.resolvedOptions);
1744 %SetNativeFlag(Intl.DateTimeFormat.prototype.resolvedOptions);
1753 %AddNamedProperty(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) {
1762 %FunctionSetName(Intl.DateTimeFormat.supportedLocalesOf, 'supportedLocalesOf');
1763 %FunctionRemovePrototype(Intl.DateTimeFormat.supportedLocalesOf);
1764 %SetNativeFlag(Intl.DateTimeFormat.supportedLocalesOf);
1800 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0);
1801 addBoundMethod(Intl.DateTimeFormat, 'v8Parse', parseDate, 1);
2007 'dateformatall': Intl.DateTimeFormat,
2008 'dateformatdate': Intl.DateTimeFormat,
2009 'dateformattime': Intl.DateTimeFormat