LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-10-22 22:49:43 +01:00
commit 66770de264
Notes: sideshowbarker 2024-07-18 02:02:36 +09:00
4 changed files with 9 additions and 9 deletions

View file

@ -24,7 +24,7 @@ public:
private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_OLD_NATIVE_FUNCTION(supported_locales_of);
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
};
}