1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOf

This commit is contained in:
Timothy Flynn 2022-01-25 12:11:56 -05:00 committed by Linus Groh
parent 47e9e7c2d0
commit cf166c1d93
3 changed files with 67 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);
};
}