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

want a way to find references that includes closures #105

Open
davepacheco opened this issue Feb 9, 2018 · 2 comments
Open

want a way to find references that includes closures #105

davepacheco opened this issue Feb 9, 2018 · 2 comments

Comments

@davepacheco
Copy link
Contributor

findjsobjects -r is useful for finding which objects reference a particular object. However, it doesn't find references through closures. We should either extend it to include closure references or else add a separate dcmd for that.

@yunong
Copy link

yunong commented Feb 9, 2018 via email

@misterdjules
Copy link
Contributor

FWIW, a while ago I had quickly put together a change to help me do that while investigating a memory leak: misterdjules@79a93c4. It's not pretty and it's slow, but it definitely allowed me to root cause a problem I wouldn't have been able to root cause otherwise.

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

No branches or pull requests

3 participants