Re: scopes, execution contexts, and scripts

Boris Zbarsky <[email protected]> Mon, 25 Jan 2010 10:54:09 -0500
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
On 1/25/10 2:34 AM, John J. Barton wrote:
> I have a decent solution for finding objects as they arrive but I can't
> figure out how to un-find them when they leave. Maybe my ideas about
> what defines object identity is incorrect.

What are your ideas?

Would creating unique IDs for all inner/outer windows, and notifying on 
window destruction by id, help?

-Boris