Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bf9ae75e49063f7f4fa89bf7f7391b28955fe1d0
      
https://github.com/WebKit/WebKit/commit/bf9ae75e49063f7f4fa89bf7f7391b28955fe1d0
  Author: Tim Chevalier <[email protected]>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M JSTests/stress/temporal-plainyearmonth.js
    M JSTests/test262/config.yaml
    M JSTests/test262/expectations.yaml
    M Source/JavaScriptCore/runtime/ISO8601.cpp
    M Source/JavaScriptCore/runtime/ISO8601.h
    M Source/JavaScriptCore/runtime/TemporalPlainYearMonth.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainYearMonth.h
    M Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp

  Log Message:
  -----------
  [Temporal] Add toString, toJSON, and toLocaleString methods for PlainYearMonth
https://bugs.webkit.org/show_bug.cgi?id=303413

Reviewed by Darin Adler.

Implement these methods.

Co-authored-by: Darin Adler <[email protected]>

* JSTests/stress/temporal-plainyearmonth.js:
(shouldThrow):
* JSTests/test262/config.yaml:
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::temporalYearMonthToString):
* Source/JavaScriptCore/runtime/ISO8601.h:
* Source/JavaScriptCore/runtime/TemporalPlainYearMonth.cpp:
(JSC::TemporalPlainYearMonth::toString const):
* Source/JavaScriptCore/runtime/TemporalPlainYearMonth.h:
* Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to