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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 06:30:21 PDT 2009


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





------- Comment #14 from eric at webkit.org  2009-05-19 06:30 PDT -------
I think we should try implementing .stack to only return the topmost frame at
time of throw.  Maybe even stack depth if that's easy to compute.  I think even
just adding the top-most function name would be a huge win for web developer
error reporting in the field.

We could even implement a full stack crawl behind an #if or a runtime check,
and then perf test to see what the hit would be.


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