Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Dispose
Method
Dispose
deps/v8/tools/grokdump.py:1018–1021 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1016
1017
1018
def
Dispose(self):
1019
self._reset()
1020
self.minidump.close()
1021
self.minidump_file.close()
1022
1023
def
ExceptionIP(self):
1024
if
self.arch == MD_CPU_ARCHITECTURE_AMD64:
Callers
1
AnalyzeMinidump
Function · 0.95
Calls
2
_reset
Method · 0.95
close
Method · 0.65
Tested by
no test coverage detected