MCPcopy Create free account
hub / github.com/nodejs/node / summarize_handle

Function summarize_handle

deps/v8/tools/lldb_visualizers.py:214–217  ·  view source on GitHub ↗
(valueobject, unused_dict)

Source from the content-addressed store, hash-verified

212
213
214def summarize_handle(valueobject, unused_dict):
215 return summarize_heap_object_internal(
216 valueobject, lambda: valueobject.GetNonSyntheticValue().
217 GetChildMemberWithName('location_').Dereference())
218
219
220class TaggedChildrenProvider(HeapObjectChildrenProvider):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected