Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ref-count of an object #23772

Closed
river-xd opened this issue May 10, 2024 · 1 comment
Closed

Ref-count of an object #23772

river-xd opened this issue May 10, 2024 · 1 comment

Comments

@river-xd
Copy link

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..
@marvinhagemeister
Copy link
Contributor

I'm afraid that's not possible with a dynamic JIT engine like v8. Closing as this isn't something we have control over in Deno, given that use v8 internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants