MCPcopy Index your code
hub / github.com/nodejs/node / format_object

Method format_object

deps/v8/tools/grokdump.py:3203–3205  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

3201 return a + alignment_correction
3202
3203 def format_object(self, address):
3204 heap_object = self.padawan.SenseObject(address)
3205 return html.escape(str(heap_object or ""))
3206
3207 def output_data(self, f, straddress, datakind):
3208 try:

Callers 3

output_stack_traceMethod · 0.95
output_wordsMethod · 0.95

Calls 3

strFunction · 0.85
SenseObjectMethod · 0.80
escapeMethod · 0.45

Tested by

no test coverage detected