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

Method ExceptionThread

deps/v8/tools/grokdump.py:1053–1054  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1051 return self.exception_context.ebp
1052
1053 def ExceptionThread(self):
1054 return self.thread_map[self.exception.thread_id]
1055
1056 def StackTop(self):
1057 return self.ExceptionSP()

Callers 2

StackBottomMethod · 0.95
_AnalyzeMinidumpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected