[Webkit-unassigned] [Bug 15931] New: Eliminate Instance::createBindingForLanguageInstance()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 10 03:41:09 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15931

           Summary: Eliminate Instance::createBindingForLanguageInstance()
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alp at atoker.com


Instance::createBindingForLanguageInstance() and
Instance::createRuntimeObject() currently hard-code all possible binding types
in a large switch statement.

This is a bottleneck for increasing the modularity of JavaScriptCore. It can be
fixed fairly easily but its many callers throughout JavaScriptCore, WebCore and
WebKit will need to be refactored to accommodate the change.

The fix will probably involve getting callers to instantiate the object wrapper
directly instead of calling this utility function.


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



More information about the webkit-unassigned mailing list