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

Method _FormatLine

deps/v8/tools/grokdump.py:1779–1780  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

1777 p.Print("}")
1778
1779 def _FormatLine(self, line):
1780 return FormatDisasmLine(self.entry, self.heap, line)
1781
1782
1783class V8Heap(object):

Callers 1

PrintMethod · 0.95

Calls 1

FormatDisasmLineFunction · 0.85

Tested by

no test coverage detected