mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibJS: Add Temporal.Instant.compare()
This commit is contained in:
parent
b816037739
commit
33cf6274e8
Notes:
sideshowbarker
2024-07-18 09:10:15 +09:00
Author: https://github.com/IdanHo
Commit: 33cf6274e8
Pull-request: https://github.com/SerenityOS/serenity/pull/8663
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/linusg
6 changed files with 49 additions and 0 deletions
|
@ -28,6 +28,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_milliseconds);
|
||||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_microseconds);
|
||||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_nanoseconds);
|
||||
JS_DECLARE_NATIVE_FUNCTION(compare);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue