mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibJS: Implement Intl.Collator.supportedLocalesOf
This commit is contained in:
parent
5a1eefcc1d
commit
17306078b5
Notes:
sideshowbarker
2024-07-17 20:01:17 +09:00
Author: https://github.com/trflynn89
Commit: 17306078b5
Pull-request: https://github.com/SerenityOS/serenity/pull/12200
Reviewed-by: https://github.com/linusg
3 changed files with 64 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue