(format, index)
| 5105 | } |
| 5106 | |
| 5107 | function listMonthsShort(format, index) { |
| 5108 | return listMonthsImpl(format, index, 'monthsShort'); |
| 5109 | } |
| 5110 | |
| 5111 | function listWeekdays(localeSorted, format, index) { |
| 5112 | return listWeekdaysImpl(localeSorted, format, index, 'weekdays'); |
nothing calls this directly
no test coverage detected