[Webkit-unassigned] [Bug 20155] New: Multiple functions with the same name get the same entry in profiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 24 04:39:51 PDT 2008


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

           Summary: Multiple functions with the same name get the same entry
                    in profiler
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: timothy at hatcher.name, kmccullough at apple.com


Create multiple functions with the same name, say
f1 = new Function("return 1;")
f2 = new Function("return 2;")

And call them lots of times.  Both functions will be called anonymous, and will
get the same entry in the profiler.


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