Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0675fe14f2e29674c71a7c7344dab235ae8a7333
      
https://github.com/WebKit/WebKit/commit/0675fe14f2e29674c71a7c7344dab235ae8a7333
  Author: Tim Chevalier <[email protected]>
  Date:   2025-10-11 (Sat, 11 Oct 2025)

  Changed paths:
    M JSTests/stress/temporal-plainmonthday.js
    M JSTests/test262/config.yaml
    M Source/JavaScriptCore/runtime/CommonIdentifiers.h
    M Source/JavaScriptCore/runtime/ISO8601.cpp
    M Source/JavaScriptCore/runtime/ISO8601.h
    M Source/JavaScriptCore/runtime/TemporalObject.cpp
    M Source/JavaScriptCore/runtime/TemporalObject.h
    M Source/JavaScriptCore/runtime/TemporalPlainMonthDay.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainMonthDay.h
    M Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp

  Log Message:
  -----------
  [Temporal] Implement toString, toJSON, and toLocaleString for PlainMonthDay
https://bugs.webkit.org/show_bug.cgi?id=300423

Reviewed by Yusuke Suzuki.

Implement these methods.

* JSTests/stress/temporal-plainmonthday.js:
(shouldThrow):
* JSTests/test262/config.yaml:
* Source/JavaScriptCore/runtime/CommonIdentifiers.h:
* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::temporalDateToString):
(JSC::ISO8601::temporalMonthDayToString):
* Source/JavaScriptCore/runtime/ISO8601.h:
* Source/JavaScriptCore/runtime/TemporalObject.cpp:
(JSC::toTemporalCalendarName):
* Source/JavaScriptCore/runtime/TemporalObject.h:
* Source/JavaScriptCore/runtime/TemporalPlainMonthDay.cpp:
(JSC::TemporalPlainMonthDay::toString const):
* Source/JavaScriptCore/runtime/TemporalPlainMonthDay.h:
* Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):

Canonical link: https://commits.webkit.org/301375@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to