[Webkit-unassigned] [Bug 151005] New: Use StringView::upconvertedCharacters() to make a 16-bit copy in String.prototype.normalize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 8 01:22:04 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151005

            Bug ID: 151005
           Summary: Use StringView::upconvertedCharacters() to make a
                    16-bit copy in String.prototype.normalize
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sukolsak at gmail.com

According to Darin Adler, the idiom for making a temporary 16-bit copy of a string is to use StringView::upconvertedCharacters(). (https://bugs.webkit.org/show_bug.cgi?id=147604#c9)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151108/967b6366/attachment.html>


More information about the webkit-unassigned mailing list