Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f582e488dbf421ca55a28afe456b9d8c18c68ad5
https://github.com/WebKit/WebKit/commit/f582e488dbf421ca55a28afe456b9d8c18c68ad5
Author: Fady Farag <[email protected]>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M Source/JavaScriptCore/assembler/JITOperationList.cpp
M Source/JavaScriptCore/runtime/GetPutInfo.h
M Source/JavaScriptCore/runtime/IntlCollator.cpp
M Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h
M Source/JavaScriptCore/runtime/JSBigInt.cpp
M Source/JavaScriptCore/runtime/temporal/core/CalendarICUBridge.cpp
Log Message:
-----------
Use `WTF::toArray()` instead of C-style arrays in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=316055
rdar://178483184
Reviewed by Darin Adler.
* Source/JavaScriptCore/assembler/JITOperationList.cpp:
(JSC::llintOperations):
* Source/JavaScriptCore/runtime/GetPutInfo.h:
(JSC::resolveModeName):
(JSC::resolveTypeName):
(JSC::initializationModeName):
* Source/JavaScriptCore/runtime/IntlCollator.cpp:
(JSC::canDoASCIIUCADUCETComparisonWithUCollator):
* Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h:
(JSC::setNumberFormatDigitOptions):
* Source/JavaScriptCore/runtime/JSBigInt.cpp:
(JSC::WTF::toArray<uint8_t>):
* Source/JavaScriptCore/runtime/temporal/core/CalendarICUBridge.cpp:
(JSC::TemporalCore::WTF::toArray<JapaneseEra>):
Canonical link: https://commits.webkit.org/314600@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications