Reference count of a javascript object #3973
Replies: 2 comments
-
That means that it's left to the JavaScript garbage collector to figure out when there are no more references to a JS value. |
Beta Was this translation helpful? Give feedback.
-
I know that much.. |
Beta Was this translation helpful? Give feedback.
-
Summary
I need to obtain the reference count of an object..
I'm trying to make a callback function invoke on ref-count change..
Additional Details
I just need to know where the javascript objects are stored and the memory layout of them..
Beta Was this translation helpful? Give feedback.
All reactions