deno icon indicating copy to clipboard operation
deno copied to clipboard

Ref-count of an object

Open nearest-river opened this issue 1 year ago • 0 comments

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..

nearest-river avatar May 10 '24 21:05 nearest-river