[Webkit-unassigned] [Bug 147601] New: [INTL] Implement Intl.Collator.prototype.resolvedOptions ()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 16:51:24 PDT 2015


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

            Bug ID: 147601
           Summary: [INTL] Implement
                    Intl.Collator.prototype.resolvedOptions ()
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: thetalecrafter at gmail.com
            Blocks: 90906

Implement ECMA-402 2.0 10.3.5 Intl.Collator.prototype.resolvedOptions ()
http://ecma-international.org/publications/standards/Ecma-402.htm

This function provides access to the locale and collation options computed during initialization of the object.

The function returns a new object whose properties and attributes are set as if constructed by an object literal assigning to each of the following properties the value of the corresponding internal slot of this Collator object (see 10.4): locale, usage, sensitivity, ignorePunctuation, collation, as well as those properties shown in Table 1 whose keys are included in the %Collator%[[relevantExtensionKeys]] internal slot of the standard built-in object that is the initial value of Intl.Collator.

-- 
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/20150803/be786331/attachment-0001.html>


More information about the webkit-unassigned mailing list