mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
LibJS: Implement Temporal.Instant.fromEpochMicroseconds()
This commit is contained in:
parent
66ff772254
commit
5872357b56
4 changed files with 75 additions and 0 deletions
|
@ -26,6 +26,7 @@ private:
|
|||
|
||||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_seconds);
|
||||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_milliseconds);
|
||||
JS_DECLARE_NATIVE_FUNCTION(from_epoch_microseconds);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue