mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibJS: Implement Temporal.Duration.compare
This commit is contained in:
parent
29072f4b09
commit
5e3fe52fc4
Notes:
sideshowbarker
2024-07-18 01:15:58 +09:00
Author: https://github.com/Lubrsi
Commit: 5e3fe52fc4
Pull-request: https://github.com/SerenityOS/serenity/pull/10853
Reviewed-by: https://github.com/linusg
3 changed files with 166 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