Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3bb4fc93fb37c04e859fb52436cdf511729b0989
https://github.com/WebKit/WebKit/commit/3bb4fc93fb37c04e859fb52436cdf511729b0989
Author: Keith Miller <[email protected]>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/Sources.txt
M Source/JavaScriptCore/jit/JITOpcodes.cpp
M Source/JavaScriptCore/runtime/JSCJSValue.h
R Source/JavaScriptCore/runtime/JSHeapDouble.cpp
R Source/JavaScriptCore/runtime/JSHeapDouble.h
R Source/JavaScriptCore/runtime/JSHeapInt32.cpp
R Source/JavaScriptCore/runtime/JSHeapInt32.h
M Source/JavaScriptCore/runtime/JSType.cpp
M Source/JavaScriptCore/runtime/JSType.h
Log Message:
-----------
Remove JSHeapInt32/Double
https://bugs.webkit.org/show_bug.cgi?id=314894
rdar://177169375
Reviewed by Justin Michaud.
These headers were for a feature that's unlikely to happen at this
point. Let's remove the headers for now and we can always restore them
in the future if needed.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:
* Source/JavaScriptCore/jit/JITOpcodes.cpp:
(JSC::JIT::compileOpStrictEqJump):
* Source/JavaScriptCore/runtime/JSCJSValue.h:
* Source/JavaScriptCore/runtime/JSHeapDouble.cpp: Removed.
* Source/JavaScriptCore/runtime/JSHeapDouble.h: Removed.
* Source/JavaScriptCore/runtime/JSHeapInt32.cpp: Removed.
* Source/JavaScriptCore/runtime/JSHeapInt32.h: Removed.
* Source/JavaScriptCore/runtime/JSType.cpp:
(WTF::printInternal):
* Source/JavaScriptCore/runtime/JSType.h:
Canonical link: https://commits.webkit.org/313313@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications