LibJS: Use Temporal for the Date constructor and Date.now()

This commit is contained in:
Timothy Flynn 2024-11-26 10:51:11 -05:00 committed by Tim Flynn
commit 8e8c133db5
Notes: github-actions[bot] 2024-11-26 21:57:43 +00:00
3 changed files with 26 additions and 14 deletions

View file

@ -32,6 +32,7 @@ private:
JS_DECLARE_NATIVE_FUNCTION(plain_time_iso);
};
double system_utc_epoch_milliseconds(VM&);
Crypto::SignedBigInteger system_utc_epoch_nanoseconds(VM&);
ThrowCompletionOr<ISODateTime> system_date_time(VM&, Value temporal_time_zone_like);