deno
deno copied to clipboard
Ref-count of an object
I need to obtain the reference count of an object.. I'm trying to make a callback function invoke on ref-count change..
I just need to know where the javascript objects are stored and the memory layout of them..
- I'm using rust to achieve memory manipulation and pointer-math..