Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 66f7ee58d73d45e83b16c4b4022bfaef5a5711bb
https://github.com/WebKit/WebKit/commit/66f7ee58d73d45e83b16c4b4022bfaef5a5711bb
Author: Fady Farag <[email protected]>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M Source/JavaScriptCore/b3/air/AirCCallingConvention.h
M Source/JavaScriptCore/runtime/JSObject.h
M Source/JavaScriptCore/runtime/PropertyOffset.h
M Source/JavaScriptCore/wasm/WasmCompilationMode.h
Log Message:
-----------
Use `inline constexpr` instead of `constexpr inline` in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=321379
rdar://184429352
Reviewed by Keith Miller.
inline constexpr is the more common order in JSC (113 to 45).
This purely improves consistency and doesn't introduce any behavioral change.
* Source/JavaScriptCore/b3/air/AirCCallingConvention.h:
* Source/JavaScriptCore/runtime/JSObject.h:
(JSC::offsetInButterfly):
* Source/JavaScriptCore/runtime/PropertyOffset.h:
(JSC::checkOffset):
(JSC::validateOffset):
(JSC::isValidOffset):
(JSC::isInlineOffset):
(JSC::isOutOfLineOffset):
(JSC::offsetInInlineStorage):
(JSC::offsetInOutOfLineStorage):
(JSC::offsetInRespectiveStorage):
(JSC::numberOfOutOfLineSlotsForMaxOffset):
(JSC::numberOfSlotsForMaxOffset):
(JSC::offsetForPropertyNumber):
* Source/JavaScriptCore/wasm/WasmCompilationMode.h:
(JSC::Wasm::isAnyInterpreter):
(JSC::Wasm::isAnyBBQ):
(JSC::Wasm::isAnyOMG):
(JSC::Wasm::isAnyWasmToJS):
Canonical link: https://commits.webkit.org/318899@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications