[webkit-changes] [WebKit/WebKit] 99be77: [JSC] YARR: Update UCS canonicalization tables
Tetsuharu Ohzeki
noreply at github.com
Thu Feb 13 01:29:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 99be77af7cd26a3cccfd2d037e0f0d2478d43513
https://github.com/WebKit/WebKit/commit/99be77af7cd26a3cccfd2d037e0f0d2478d43513
Author: Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M Source/JavaScriptCore/yarr/YarrCanonicalize.h
M Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.cpp
M Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.js
Log Message:
-----------
[JSC] YARR: Update UCS canonicalization tables
https://bugs.webkit.org/show_bug.cgi?id=286687
Reviewed by Michael Saboff.
test262 has coverage for this change.
* Source/JavaScriptCore/yarr/YarrCanonicalize.h:
(JSC::Yarr::canonicalRangeInfoFor):
* Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.cpp: I made this change by:
`/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc ./YarrCanonicalizeUCS2.js > ./YarrCanonicalizeUCS2.cpp`
on macOS 15.3(24D60).
* Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.js: Rename some generated variable names to match our style checker.
(printHeader):
(printFooter):
(set characters.hex.set string_appeared_here):
(set characters):
(characters.string_appeared_here.set characterSetInfo):
Canonical link: https://commits.webkit.org/290334@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