mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibJS: Implement Temporal.ZonedDateTime.compare
This commit is contained in:
parent
c9ec3295d9
commit
ac12581140
Notes:
sideshowbarker
2024-07-18 01:26:49 +09:00
Author: https://github.com/Lubrsi
Commit: ac12581140
Pull-request: https://github.com/SerenityOS/serenity/pull/10835
Reviewed-by: https://github.com/IdanHo ✅
3 changed files with 31 additions and 0 deletions
|
@ -25,6 +25,7 @@ private:
|
|||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(from);
|
||||
JS_DECLARE_NATIVE_FUNCTION(compare);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue