mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
This commit is contained in:
parent
8f3a5ba5d8
commit
0094259d72
Notes:
sideshowbarker
2024-07-18 04:46:16 +09:00
Author: https://github.com/linusg
Commit: 0094259d72
Pull-request: https://github.com/SerenityOS/serenity/pull/9815
Reviewed-by: https://github.com/IdanHo ✅
6 changed files with 144 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