Display size and count of blink dom objects in memory-infra. The blink contains two type of object:the dom objects have explicitly specified names via using NameProvider, and the cpp internal objects have hide names 'InternalNode'. Now we must enable CPPGC_SUPPORTS_OBJECT_NAMES macro to show the name and size of all blink objects in memory-infra. I think it is better that display dom objects count and size without enabling CPPGC_SUPPORTS_OBJECT_NAMES macro in release version. It will provide great convenience to help us debug the memory issues of the blink object. [v8/v8 : main]
Attention needed from Michael Lippautz and Omer Katz 鹏强王 added 1 comment Patchset-level comments File