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

Method do_do

deps/v8/tools/grokdump.py:3880–3882  ·  view source on GitHub ↗

see display_object

(self, address)

Source from the content-addressed store, hash-verified

3878 self.padawan.InterpretMemory(self.dd_start, end)
3879
3880 def do_do(self, address):
3881 """ see display_object """
3882 return self.do_display_object(address)
3883
3884 def do_display_object(self, address):
3885 """

Callers

nothing calls this directly

Calls 1

do_display_objectMethod · 0.95

Tested by

no test coverage detected