nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

[Question] Is there any way to get the size (shallow or retained) of a specific object? #434

Open h0gar opened 2 weeks ago

h0gar commented 2 weeks ago

"v8 findjsobjects" gives the total size of all objects of a specific type.

But is there a way to get the size of a specific object?