[Webkit-unassigned] [Bug 37921] New: API to get object class name missing from JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 06:55:55 PDT 2010


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

           Summary: API to get object class name missing from JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lists.bugzilla at stakface.com
                CC: staikos at kde.org


The JavaScriptCore API (i.e. stuff you get when including
JavaScriptCore/JavaScript.h) doesn't provide any way to get the class name of
an object. I would like to see a function added to JSObjectRef.h with this
signature (or equivalent):

JS_EXPORT JSStringRef JSObjectGetClassName(JSContextRef ctx, JSObjectRef
object);

which returns the class name of the object passed in.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list