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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 17:29:34 PDT 2009


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





------- Comment #16 from ggaren at apple.com  2009-06-25 17:29 PDT -------
(In reply to comment #15)
Do you know how they usually get stack traces? Do they surround all code with
try/catch, use window.onerror, or something else?

One possibility would be to add stacks to Error objects, but only if some
global flag was set -- for example, only if window.onerror was set to a
function.


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