mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibJS: Implement Intl.getCanonicalLocales
This commit is contained in:
parent
e8dd2eea74
commit
38d29a40dc
Notes:
sideshowbarker
2024-07-18 05:15:27 +09:00
Author: https://github.com/trflynn89
Commit: 38d29a40dc
Pull-request: https://github.com/SerenityOS/serenity/pull/9599
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/davidot
Reviewed-by: https://github.com/linusg ✅
4 changed files with 103 additions and 0 deletions
|
@ -17,6 +17,9 @@ public:
|
|||
explicit Intl(GlobalObject&);
|
||||
virtual void initialize(GlobalObject&) override;
|
||||
virtual ~Intl() override = default;
|
||||
|
||||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_canonical_locales);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue