()
| 622 | } |
| 623 | |
| 624 | public get baseName(): string { |
| 625 | const locale = getInternalSlots(this).locale |
| 626 | return emitUnicodeLanguageId(parseUnicodeLanguageId(locale)) |
| 627 | } |
| 628 | |
| 629 | public get calendar(): string | undefined { |
| 630 | return getInternalSlots(this).calendar |
nothing calls this directly
no test coverage detected