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 desc
When running JS on NodeJS, you may consider https://github.com/TooTallNate/node-weak.