1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

LibJS: Implement Intl.Segmenter.supportedLocalesOf

This commit is contained in:
Idan Horowitz 2022-01-29 23:53:24 +02:00 committed by Linus Groh
parent 7cf3f11815
commit 6b8dfefc20
3 changed files with 64 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);
};
}