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

Method td_from_address

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

Source from the content-addressed store, hash-verified

2925 print("Invalid address")
2926
2927 def td_from_address(self, f, address):
2928 f.write("<td %s>" % self.comments.get_style_class_string(address))
2929
2930 def format_address(self, maybeaddress, straddress = None):
2931 if maybeaddress is None:

Callers 2

output_wordsMethod · 0.95
format_disasm_lineMethod · 0.95

Calls 2

writeMethod · 0.45

Tested by

no test coverage detected