(localeSorted, format, index)
| 5109 | } |
| 5110 | |
| 5111 | function listWeekdays(localeSorted, format, index) { |
| 5112 | return listWeekdaysImpl(localeSorted, format, index, 'weekdays'); |
| 5113 | } |
| 5114 | |
| 5115 | function listWeekdaysShort(localeSorted, format, index) { |
| 5116 | return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort'); |
nothing calls this directly
no test coverage detected