[webkit-changes] [WebKit/WebKit] 3440ae: [JSC] Mark Intl.DurationFormat structure

Yusuke Suzuki noreply at github.com
Sat Sep 24 23:07:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3440aeb31ed3999c733339d9d08b60edb4ec5ff2
      https://github.com/WebKit/WebKit/commit/3440aeb31ed3999c733339d9d08b60edb4ec5ff2
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2022-09-24 (Sat, 24 Sep 2022)

  Changed paths:
    A JSTests/stress/intl-duration-format-gc.js
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp

  Log Message:
  -----------
  [JSC] Mark Intl.DurationFormat structure
https://bugs.webkit.org/show_bug.cgi?id=245628
<rdar://100365199>

Reviewed by Ross Kirsling.

We should mark Intl.DurationFormat structure in JSGlobalObject.

* JSTests/stress/intl-duration-format-gc.js: Added.
(__f_22):
(__f_25):
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::visitChildrenImpl):

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




More information about the webkit-changes mailing list