mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibJS: Implement Intl.NumberFormat.supportedLocalesOf
This commit is contained in:
parent
e42ba7f748
commit
071e193d92
Notes:
sideshowbarker
2024-07-18 04:17:54 +09:00
Author: https://github.com/trflynn89
Commit: 071e193d92
Pull-request: https://github.com/SerenityOS/serenity/pull/9945
Reviewed-by: https://github.com/linusg ✅
3 changed files with 67 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