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

LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-10-21 19:55:55 +01:00
parent 649cb67f28
commit 2d2ba4eec6
4 changed files with 150 additions and 157 deletions

View file

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