[Webkit-unassigned] [Bug 25467] New: JavaScript debugger should use function.displayName as the function's name in the call stack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 13:40:17 PDT 2009


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

           Summary: JavaScript debugger should use function.displayName as
                    the function's name in the call stack
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


r42478 added a displayName property to functions, which, if it exists, is used
in the JavaScript profiler as the function's name. This is especially useful
for anonymous functions, which don't otherwise have an intelligible name to be
displayed. We should use the displayName property when deciding what name to
show for a function in the JavaScript debugger's call stack, too.


-- 
Configure bugmail: https://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