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

Method output_comment_box

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

Source from the content-addressed store, hash-verified

3497 f.write("</tr>")
3498
3499 def output_comment_box(self, f, prefix, address):
3500 comment = self.comments.get_comment(address)
3501 value = ""
3502 if comment:
3503 value = " value=\"%s\"" % html.escape(comment)
3504 f.write("<input type=text class=ci "
3505 "id=%s-address-0x%s onchange=c()%s>" %
3506 (prefix,
3507 self.reader.FormatIntPtr(address),
3508 value))
3509
3510 MAX_FOUND_RESULTS = 100
3511

Callers 3

output_wordsMethod · 0.95
format_disasm_lineMethod · 0.95
output_search_resMethod · 0.95

Calls 4

get_commentMethod · 0.80
escapeMethod · 0.45
writeMethod · 0.45
FormatIntPtrMethod · 0.45

Tested by

no test coverage detected