[webkit-changes] [WebKit/WebKit] fff9f7: [JSC] Remove more OS(WINDOWS)
Yusuke Suzuki
noreply at github.com
Sun Jul 21 13:19:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fff9f7af2eb7c4670d5a62a57bfdebd568a5b71d
https://github.com/WebKit/WebKit/commit/fff9f7af2eb7c4670d5a62a57bfdebd568a5b71d
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-07-21 (Sun, 21 Jul 2024)
Changed paths:
M Source/JavaScriptCore/API/tests/testapi.c
M Source/JavaScriptCore/heap/RegisterState.h
M Source/JavaScriptCore/runtime/ArrayBuffer.cpp
M Source/JavaScriptCore/runtime/AssertInvariants.cpp
M Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp
M Source/JavaScriptCore/runtime/VM.cpp
M Source/JavaScriptCore/testRegExp.cpp
M Source/JavaScriptCore/wasm/WasmMemory.cpp
M Source/WTF/wtf/OSAllocator.h
M Source/WTF/wtf/playstation/OSAllocatorPlayStation.cpp
M Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp
M Source/WTF/wtf/win/OSAllocatorWin.cpp
Log Message:
-----------
[JSC] Remove more OS(WINDOWS)
https://bugs.webkit.org/show_bug.cgi?id=276850
rdar://132166490
Reviewed by Yijia Huang.
This patch cleans up OS(WINDOWS) in JSC more. Hiding platform details under WTF, or removing unnecessary OS(WINDOWS) guards.
* Source/JavaScriptCore/API/tests/testapi.c:
(assertEqualsAsCharactersPtr):
* Source/JavaScriptCore/heap/RegisterState.h:
* Source/JavaScriptCore/runtime/ArrayBuffer.cpp:
(JSC::tryAllocateResizableMemory):
(JSC::ArrayBuffer::resize):
(JSC::SharedArrayBufferContents::grow):
* Source/JavaScriptCore/runtime/AssertInvariants.cpp:
(JSC::assertInvariants):
* Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp:
(JSC::BufferMemoryHandle::~BufferMemoryHandle):
* Source/JavaScriptCore/runtime/VM.cpp:
(JSC::thunkGeneratorForIntrinsic):
(JSC::VM::getRemoteFunction):
* Source/JavaScriptCore/testRegExp.cpp:
(testOneRegExp):
* Source/JavaScriptCore/wasm/WasmMemory.cpp:
(JSC::Wasm::Memory::tryCreate):
(JSC::Wasm::Memory::grow):
* Source/WTF/wtf/OSAllocator.h:
* Source/WTF/wtf/playstation/OSAllocatorPlayStation.cpp:
(WTF::OSAllocator::tryProtect):
(WTF::OSAllocator::protect):
* Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp:
(WTF::OSAllocator::tryProtect):
(WTF::OSAllocator::protect):
* Source/WTF/wtf/win/OSAllocatorWin.cpp:
(WTF::OSAllocator::tryProtect):
(WTF::OSAllocator::protect):
Canonical link: https://commits.webkit.org/281176@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