You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how it's possible to get at the underlying object size, but this would be a nice feature. There's an instance_size field in the underlying V8 class that may be promising.
Currently
::findjsobjects
will output number of objects, properties and constructor/properties.It would be good to have the size.
Right now I have an approximation in some cases using
! wc -c
but this doesn't seem very good.The text was updated successfully, but these errors were encountered: