mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibJS: Implement Intl.Locale.prototype.timeZones property
This commit is contained in:
parent
fa005bd276
commit
814f13bc2a
6 changed files with 79 additions and 0 deletions
|
@ -78,5 +78,6 @@ Array* calendars_of_locale(GlobalObject& global_object, Locale const& locale);
|
|||
Array* collations_of_locale(GlobalObject& global_object, Locale const& locale);
|
||||
Array* hour_cycles_of_locale(GlobalObject& global_object, Locale const& locale);
|
||||
Array* numbering_systems_of_locale(GlobalObject& global_object, Locale const& locale);
|
||||
Array* time_zones_of_locale(GlobalObject& global_object, StringView region);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue