[Webkit-unassigned] [Bug 39252] New: Move host/native JSFunction's NativeFunction onto NativeExecutable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 17:23:57 PDT 2010


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

           Summary: Move host/native JSFunction's NativeFunction onto
                    NativeExecutable.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Currently host functions reuse JSFunction's ScopeChain as storage for their NativeFunction (the C function pointer to the host function implementation).
Instead, move this onto NativeExecutable.  This will allow host functions to have a scopechain (which will be implemented as a separate patch).

-- 
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