[webkit-changes] [WebKit/WebKit] 9aa05b: [JSC] Use `if constexpr` in `fastIndexOf`
SUZUKI Sosuke
noreply at github.com
Wed Jan 8 22:51:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9aa05bd6327f280663e5845641a9568d5a58b1f5
https://github.com/WebKit/WebKit/commit/9aa05bd6327f280663e5845641a9568d5a58b1f5
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M Source/JavaScriptCore/runtime/ArrayPrototype.cpp
Log Message:
-----------
[JSC] Use `if constexpr` in `fastIndexOf`
https://bugs.webkit.org/show_bug.cgi?id=285582
Reviewed by Justin Michaud.
This patch changes to use `if constexpr` in `fastIndexOf`.
* Source/JavaScriptCore/runtime/ArrayPrototype.cpp:
(JSC::fastIndexOf):
Canonical link: https://commits.webkit.org/288638@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list