-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Temporal] Implement toPlainDate for PlainMonthDay #54342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Temporal] Implement toPlainDate for PlainMonthDay #54342
Conversation
|
EWS run on previous version of this PR (hash e92f4f5) Details |
Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp
Outdated
Show resolved
Hide resolved
|
EWS run on previous version of this PR (hash 89ef17d) Details |
sosukesuzuki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me
Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp
Outdated
Show resolved
Hide resolved
89ef17d to
d2dc083
Compare
|
EWS run on current version of this PR (hash d2dc083) Details |
https://bugs.webkit.org/show_bug.cgi?id=302974 Reviewed by Sosuke Suzuki. Implement the toPlainDate method for PlainMonthDay objects. * JSTests/stress/temporal-plainmonthday.js: (shouldBe): * JSTests/test262/config.yaml: * Source/JavaScriptCore/runtime/TemporalObject.h: * Source/JavaScriptCore/runtime/TemporalPlainDate.cpp: (JSC::TemporalPlainDate::toYearMonth): (JSC::TemporalPlainDate::toPartialDate): * Source/JavaScriptCore/runtime/TemporalPlainDate.h: * Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): Canonical link: https://commits.webkit.org/303617@main
d2dc083 to
0a2f7fc
Compare
|
Committed 303617@main (0a2f7fc): https://commits.webkit.org/303617@main Reviewed commits have been landed. Closing PR #54342 and removing active labels. |
0a2f7fc
d2dc083
🧪 ios-wk2🧪 ios-wk2-wpt🛠 playstation🧪 jsc-armv7-tests