mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 17:58:59 +00:00
LibJS: Implement Intl.Locale.prototype.textInfo property
This commit is contained in:
parent
4868b888be
commit
88a560dd84
Notes:
sideshowbarker
2024-07-17 09:38:49 +09:00
Author: https://github.com/trflynn89
Commit: 88a560dd84
Pull-request: https://github.com/SerenityOS/serenity/pull/14501
Reviewed-by: https://github.com/linusg ✅
6 changed files with 70 additions and 0 deletions
|
@ -79,5 +79,6 @@ 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);
|
||||
StringView character_direction_of_locale(Locale const& locale);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue