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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 23:31:43 PDT 2009


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





------- Comment #11 from ggaren at apple.com  2009-05-11 23:31 PDT -------
> (which ideally could be implemented to lazily crawl the stack) would be the ideal situation.

Ideally, indeed! :)

You can't lazily crawl the stack because the stack changes as execution
continues.

Perhaps a given exception handling scope can be given a stack accessor that is
lazy and exists only within the handler scope, though.


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