Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa083ee4071e4933cf921abc9be1c7c902cc0962
      
https://github.com/WebKit/WebKit/commit/aa083ee4071e4933cf921abc9be1c7c902cc0962
  Author: Antti Koivisto <[email protected]>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/parser/Lexer.cpp
    M Source/JavaScriptCore/runtime/JSONObject.cpp
    M Source/JavaScriptCore/runtime/LiteralParser.cpp
    M Source/WTF/wtf/EnumSet.h
    M Source/WTF/wtf/HashFunctions.h
    M Source/WTF/wtf/SIMDHelpers.h
    M Source/WTF/wtf/SortedArrayMap.h
    M Source/WTF/wtf/StdLibExtras.h
    M Source/WTF/wtf/text/StringCommon.h

  Log Message:
  -----------
  Move SizedUnsignedTrait to StdLibExtras.h and remove dupes
https://bugs.webkit.org/show_bug.cgi?id=300822
rdar://162706445

Reviewed by Keith Miller.

We have three copies of this. Move to a generic header.

* Source/JavaScriptCore/parser/Lexer.cpp:
(JSC::Lexer<T>::parseString):
(JSC::Lexer<T>::lexWithoutClearingLineTerminator):
* Source/JavaScriptCore/runtime/JSONObject.cpp:
(JSC::stringCopySameType):
* Source/JavaScriptCore/runtime/LiteralParser.cpp:
(JSC::reviverMode>::Lexer::lexString):
* Source/WTF/wtf/EnumSet.h:
* Source/WTF/wtf/HashFunctions.h:
(WTF::IntHash::hash):
* Source/WTF/wtf/SIMDHelpers.h:
* Source/WTF/wtf/SortedArrayMap.h:
(WTF::foldForComparison):
* Source/WTF/wtf/StdLibExtras.h:
* Source/WTF/wtf/text/StringCommon.h:
(WTF::charactersContain):
(WTF::countMatchedCharacters):

Canonical link: https://commits.webkit.org/301581@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to