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

  Changed paths:
    M JSTests/stress/temporal-plaindate.js
    M JSTests/test262/config.yaml
    M JSTests/test262/expectations.yaml
    M Source/JavaScriptCore/runtime/TemporalPlainDatePrototype.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainDateTimePrototype.cpp

  Log Message:
  -----------
  [Temporal] Add calendarId property for PlainDate and PlainDateTime
https://bugs.webkit.org/show_bug.cgi?id=300365

Reviewed by Yusuke Suzuki.

Currently, only the iso8601 calendar is supported. However, it's still
useful to have a working calendarId property, as many test262 tests
depend on it (in particular, tests for toPlainDate() on PlainYearMonth
and PlainMonthDay).

* JSTests/stress/temporal-plaindate.js:
* JSTests/test262/config.yaml:
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/TemporalPlainDatePrototype.cpp:
(JSC::JSC_DEFINE_CUSTOM_GETTER):
* Source/JavaScriptCore/runtime/TemporalPlainDateTimePrototype.cpp:
(JSC::JSC_DEFINE_CUSTOM_GETTER):

Canonical link: https://commits.webkit.org/301189@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