mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr
This commit is contained in:
parent
15f52c5f8e
commit
7085458a23
Notes:
sideshowbarker
2024-07-18 02:04:13 +09:00
Author: https://github.com/linusg
Commit: 7085458a23
Pull-request: https://github.com/SerenityOS/serenity/pull/10560
4 changed files with 33 additions and 33 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue