[Webkit-unassigned] [Bug 11401] New: Drosera doesn't understand object.method = function() {} syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 08:29:32 PDT 2006


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

           Summary: Drosera doesn't understand object.method = function() {}
                    syntax
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jhurshman at gmail.com


Drosera's function list will list as "(anonymous function)" any function
defined using the syntax:

SomeObject.someMethod = function(a, b) {
...
}

or

SomeObject.prototype.someMethod = function(a, b) {
...
}

This makes the function list not very useful if this particular syntax is
frequently used (as it is in the projects I work on).

Please enable Drosera to determine the function name for methods defined by
such syntax.


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