mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibJS: Implement Temporal.PlainMonthDay.from
This commit is contained in:
parent
d9d1e25db3
commit
2d5b15295a
Notes:
sideshowbarker
2024-07-18 04:19:14 +09:00
Author: https://github.com/Lubrsi
Commit: 2d5b15295a
Pull-request: https://github.com/SerenityOS/serenity/pull/9926
Reviewed-by: https://github.com/linusg ✅
3 changed files with 91 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(from);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue