Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1783
class
V8Heap(object):
Callers
1
Print
Method · 0.95
Calls
1
FormatDisasmLine
Function · 0.85
Tested by
no test coverage detected