Commit 5ab9db6
committed
Editorial: Check for undefined [[FirstDayOfWeek]] field
`[[FirstDayOfWeek]]` can be `undefined`, but `WeekdayUValueToNumber`
expects String values. Perform the check for `undefined` in
`WeekInfoOfLocale` to match other operations which allow Unicode
extension overrides (`CalendarsOfLocale`, `CollationsOfLocale`,
`HourCyclesOfLocale`, and `NumberingSystemsOfLocale`.)1 parent 4781b0d commit 5ab9db6
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
868 | | - | |
869 | | - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
870 | 871 | | |
871 | 872 | | |
872 | 873 | | |
| |||
0 commit comments