LibJS: Implement Temporal.PlainMonthDay.from

This commit is contained in:
Luke Wilde 2021-09-10 03:44:34 +01:00 committed by Linus Groh
commit 2d5b15295a
Notes: sideshowbarker 2024-07-18 04:19:14 +09:00
3 changed files with 91 additions and 0 deletions

View file

@ -23,6 +23,8 @@ public:
private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_NATIVE_FUNCTION(from);
};
}