Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 20aa3b4b3cd1cc488cffeec23013918a837ed83a
https://github.com/WebKit/WebKit/commit/20aa3b4b3cd1cc488cffeec23013918a837ed83a
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-27 (Fri, 27 Feb 2026)
Changed paths:
M
Source/JavaScriptCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M
Source/JavaScriptCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/WTF/wtf/Compiler.h
M Source/WTF/wtf/text/StringCommon.cpp
M Source/WTF/wtf/text/StringCommon.h
M Source/WTF/wtf/text/StringImpl.h
Log Message:
-----------
Mark more string functions as NODELETE
https://bugs.webkit.org/show_bug.cgi?id=308597
Reviewed by Chris Dumez.
Annotated more string functions as NODELETE.
No new tests since there should be no behavioral changes.
*
Source/JavaScriptCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
*
Source/JavaScriptCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations:
* Source/WTF/wtf/Compiler.h:
* Source/WTF/wtf/text/StringCommon.cpp:
* Source/WTF/wtf/text/StringCommon.h:
(WTF::equal):
(WTF::equalCommon):
(WTF::equalIgnoringASCIICaseWithLength):
(WTF::spanHasPrefixIgnoringASCIICase):
(WTF::equalIgnoringASCIICase):
(WTF::equalIgnoringASCIICaseCommon):
(WTF::findIgnoringASCIICase):
(WTF::containsIgnoringASCIICase):
(WTF::findIgnoringASCIICaseWithoutLength):
(WTF::findInner):
(WTF::find8):
(WTF::findImpl):
(WTF::find16):
(WTF::find32):
(WTF::find64):
(WTF::findFloat16):
(WTF::findFloat):
(WTF::findDouble):
(WTF::find8NonASCII):
(WTF::find16NonASCII):
(WTF::find):
(WTF::reverseFindInner):
(WTF::equalLettersIgnoringASCIICaseWithLength):
(WTF::equalLettersIgnoringASCIICase):
(WTF::hasPrefixWithLettersIgnoringASCIICaseCommon):
(WTF::equalLettersIgnoringASCIICaseCommon):
(WTF::startsWith):
(WTF::endsWith):
(WTF::endsWithLettersIgnoringASCIICaseCommon):
(WTF::endsWithLettersIgnoringASCIICase):
(WTF::startsWithLettersIgnoringASCIICaseCommon):
(WTF::startsWithLettersIgnoringASCIICase):
* Source/WTF/wtf/text/StringImpl.h:
(WTF::equal):
(WTF::codePointCompare):
(WTF::isUnicodeWhitespace):
(WTF::deprecatedIsSpaceOrNewline):
(WTF::deprecatedIsNotSpaceOrNewline):
Canonical link: https://commits.webkit.org/308354@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications