-
Notifications
You must be signed in to change notification settings - Fork 18
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 ::v8whatis
#111
Comments
I opted not to tie this into Review: PS2 is |
I've updated the change for a few more nits. I re-ran |
#112 stack corruption in jsobj_properties() Reviewed by: Julien Gilli <[email protected]> Approved by: Julien Gilli <[email protected]>
See #107 for context. This ticket covers only the lower-level V8-level dcmd called
::v8whatis
. This takes an address and attempts to find the V8 heap object containing that address (by looking at the memory below that address until it finds a Map, then looking to see if that address represents a valid object that would contain the target pointer).The text was updated successfully, but these errors were encountered: