[Webkit-unassigned] [Bug 13646] New: implement Error.prototype.stack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 12:12:51 PDT 2007


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

           Summary: implement Error.prototype.stack
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: javascript:alert(new Error("foo").stack)
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dhtmlkitchen at gmail.com


javascript:alert(new Error("foo").stack) // should provide a stack trace.

getStack() would be fine. Just want a way to get a stack trace when debugging.

Error.prototype.stack should also be detectable without throwing an error.

"stack" in Error.prototype;


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