Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6294e8df2ea0965b109d4fc9aac034b52e28e56a
https://github.com/WebKit/WebKit/commit/6294e8df2ea0965b109d4fc9aac034b52e28e56a
Author: Tim Chevalier <[email protected]>
Date: 2025-11-02 (Sun, 02 Nov 2025)
Changed paths:
M JSTests/stress/temporal-instant.js
M Source/JavaScriptCore/runtime/TemporalInstant.cpp
Log Message:
-----------
[Temporal] Fix Instant toString() for certain instants with negative
micro/nanoseconds
https://bugs.webkit.org/show_bug.cgi?id=301717
Reviewed by Yusuke Suzuki.
Temporal.Instant.toString should use floorEpochMilliseconds() instead
of epochMilliseconds() (see comments in code for the reasoning).
* JSTests/stress/temporal-instant.js:
(shouldNotBe):
* Source/JavaScriptCore/runtime/TemporalInstant.cpp:
Canonical link: https://commits.webkit.org/302460@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications