mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
LibJS: Reorganize spec steps for Intl.PluralRules
This is an editorial change in the Intl spec:
d7c7157
This commit is contained in:
parent
812d3a7ef8
commit
8941d0b49e
Notes:
sideshowbarker
2024-07-17 17:22:19 +09:00
Author: https://github.com/trflynn89
Commit: 8941d0b49e
Pull-request: https://github.com/SerenityOS/serenity/pull/13060
5 changed files with 56 additions and 58 deletions
|
@ -27,4 +27,6 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
|
||||
};
|
||||
|
||||
ThrowCompletionOr<PluralRules*> initialize_plural_rules(GlobalObject& global_object, PluralRules& plural_rules, Value locales_value, Value options_value);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue