[Webkit-unassigned] [Bug 278300] New: [JSC] `Temporal.Instant.prototype.epochMilliseconds` should return floored value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 18 19:55:10 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278300
Bug ID: 278300
Summary: [JSC] `Temporal.Instant.prototype.epochMilliseconds`
should return floored value
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aosukeke at gmail.com
According to the latest Temporal spec [1], `Temporal.Instant.prototype.epochMilliseconds` should
return a floored value.
However, the current implementation in JSC returns a truncated value instead of a floored one.
[1]: https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240819/63e896d7/attachment.htm>
More information about the webkit-unassigned
mailing list