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

Method do_do_map

deps/v8/tools/grokdump.py:3938–3944  ·  view source on GitHub ↗

Print a Map in a readable format.

(self, address)

Source from the content-addressed store, hash-verified

3936 DescriptorArray(FixedArray(self.heap, None, start)).Print(Printer())
3937
3938 def do_do_map(self, address):
3939 """
3940 Print a Map in a readable format.
3941 """
3942 start = self.ParseAddressExpr(address)
3943 if ((start & 1) == 1): start = start - 1
3944 Map(self.heap, None, start).Print(Printer())
3945
3946 def do_do_trans(self, address):
3947 """

Callers

nothing calls this directly

Calls 4

ParseAddressExprMethod · 0.95
PrinterClass · 0.85
MapClass · 0.70
PrintMethod · 0.45

Tested by

no test coverage detected