1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00

LibJS: Implement Intl.DisplayNames.supportedLocalesOf()

This commit is contained in:
Linus Groh 2021-09-04 17:08:57 +01:00
parent 8f3a5ba5d8
commit 0094259d72
6 changed files with 144 additions and 0 deletions

View file

@ -23,6 +23,8 @@ public:
private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
};
}