Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af312b98cf70036aa1c52fe54387871c03c95996
https://github.com/WebKit/WebKit/commit/af312b98cf70036aa1c52fe54387871c03c95996
Author: Tim Chevalier <[email protected]>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M JSTests/stress/temporal-plainyearmonth.js
M JSTests/test262/config.yaml
M Source/JavaScriptCore/runtime/TemporalPlainDate.cpp
M Source/JavaScriptCore/runtime/TemporalPlainDate.h
M Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp
Log Message:
-----------
[Temporal] Implement `toPlainDate` method for PlainYearMonth
https://bugs.webkit.org/show_bug.cgi?id=303947
Reviewed by Yusuke Suzuki.
Implement this method.
* JSTests/stress/temporal-plainyearmonth.js:
(shouldBe):
* JSTests/test262/config.yaml:
* Source/JavaScriptCore/runtime/TemporalPlainDate.cpp:
(JSC::TemporalPlainDate::toDay):
* Source/JavaScriptCore/runtime/TemporalPlainDate.h:
* Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
Canonical link: https://commits.webkit.org/304376@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications