[Webkit-unassigned] [Bug 87192] New: JavaScriptCore should expose function (closure) inner context to debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 18:25:38 PDT 2012


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

           Summary: JavaScriptCore should expose function (closure) inner
                    context to debugger
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: prybin at chromium.org


In JavaScript function has its own context (i.e. it's a closure). While the language doesn't provide any external access to this context, debugger should expose it as it might be a valuable piece of data.
In debug API there should be a way to access this inner context.

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