Is it possible to create a "weak reference" in javascript?

Posted by Stephen Cagle on Stack Overflow See other posts from Stack Overflow or by Stephen Cagle
Published on 2008-11-05T21:15:08Z Indexed on 2010/03/23 18:13 UTC
Read the original article Hit count: 373

Filed under:
|
|

Is there any way in javascript to create a "weak reference" to another object? Here is the wiki page describing what a weak reference is. Here is another article that describes them in Java. Can anyone think of a way to implement this behavior in javascript?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about weak