()
| 4632 | } |
| 4633 | |
| 4634 | function getISOWeeksInISOWeekYear() { |
| 4635 | return weeksInYear(this.isoWeekYear(), 1, 4); |
| 4636 | } |
| 4637 | |
| 4638 | function getWeeksInYear() { |
| 4639 | var weekInfo = this.localeData()._week; |
nothing calls this directly
no test coverage detected