[Webkit-unassigned] [Bug 188595] New: Symbol APIs miss important core functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 20:48:05 PDT 2018


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

            Bug ID: 188595
           Summary: Symbol APIs miss important core functions
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: oliver at apple.com

We need to provide APIs that allow some degree of reasoning about symbols.

Something along the lines of:

JSValueRef JSValueToPropertyKey(JSContextRef ctx, JSValueRef key, JSValueRef* exception);
bool JSValueIsPropertyKey(JSValueRef key); // Generally useful
uint64_t JSValueHashValueForKey(JSValueRef); // Hash values are useful. They really are. Should be distinct from pointer. Implies need for:
bool JSValueKeysEqual(JSValueRef, JSValueRef); // naming???

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180815/7651ee99/attachment.html>


More information about the webkit-unassigned mailing list