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

Method StackTop

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

Source from the content-addressed store, hash-verified

1054 return self.thread_map[self.exception.thread_id]
1055
1056 def StackTop(self):
1057 return self.ExceptionSP()
1058
1059 def StackBottom(self):
1060 exception_thread = self.ExceptionThread()

Callers 3

_AnalyzeMinidumpFunction · 0.80

Calls 1

ExceptionSPMethod · 0.95

Tested by

no test coverage detected