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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 23:36:35 PDT 2009


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





------- Comment #12 from eric at webkit.org  2009-05-11 23:36 PDT -------
(In reply to comment #11)
> Perhaps a given exception handling scope can be given a stack accessor that is
> lazy and exists only within the handler scope, though.

Sounds like we'd have to keep track of these lazy objects and be sure to
replace them with non-lazy ones before continuing execution (i.e. just call
their accessor to get them to cache the stack).  I think it's rare that
handlers keep exception objects around, but I'm not sure that'd we'd know that
they were gone out of scope w/o performing a GC, or?  (I'm speculating well
outside of my area of expertise here.)


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