Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f7fa7108d0945c2d10fbc5326eb028af11df9cd
https://github.com/WebKit/WebKit/commit/6f7fa7108d0945c2d10fbc5326eb028af11df9cd
Author: Chris Dumez <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M Source/JavaScriptCore/parser/ParserArena.cpp
M Source/JavaScriptCore/runtime/CachedTypes.cpp
M Source/JavaScriptCore/runtime/SymbolConstructor.cpp
M Source/JavaScriptCore/runtime/VM.cpp
M Source/JavaScriptCore/runtime/VM.h
M Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations
M Source/WTF/wtf/text/StringImpl.cpp
M Source/WTF/wtf/text/SymbolImpl.h
M Source/WTF/wtf/text/SymbolRegistry.h
Log Message:
-----------
Address safer CPP warnings in SymbolImpl.h
https://bugs.webkit.org/show_bug.cgi?id=302369
Reviewed by Darin Adler.
This tested as performance neutral on the benchmarks we track.
* Source/JavaScriptCore/parser/ParserArena.cpp:
(JSC::IdentifierArena::makePrivateIdentifier):
* Source/JavaScriptCore/runtime/CachedTypes.cpp:
(JSC::CachedUniquedStringImplBase::decode const):
* Source/JavaScriptCore/runtime/SymbolConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/VM.cpp:
(JSC::VM::VM):
* Source/JavaScriptCore/runtime/VM.h:
(JSC::VM::symbolRegistry):
(JSC::VM::checkedSymbolRegistry):
(JSC::VM::privateSymbolRegistry):
(JSC::VM::checkedPrivateSymbolRegistry):
* Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations:
* Source/WTF/wtf/text/StringImpl.cpp:
(WTF::StringImpl::~StringImpl):
* Source/WTF/wtf/text/SymbolImpl.h:
* Source/WTF/wtf/text/SymbolRegistry.h:
Canonical link: https://commits.webkit.org/302945@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications