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

Method output_disasm_pc

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

Source from the content-addressed store, hash-verified

3599 return
3600
3601 def output_disasm_pc(self, f):
3602 address = self.reader.ExceptionIP()
3603 if not self.reader.IsValidAddress(address):
3604 return
3605 self.output_disasm_range(f, address - 16, address + 16, address, True)
3606
3607
3608WEB_DUMPS_HEADER = """

Callers 1

output_summaryMethod · 0.95

Calls 3

output_disasm_rangeMethod · 0.95
ExceptionIPMethod · 0.80
IsValidAddressMethod · 0.80

Tested by

no test coverage detected