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

Method StackBottom

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

Source from the content-addressed store, hash-verified

1057 return self.ExceptionSP()
1058
1059 def StackBottom(self):
1060 exception_thread = self.ExceptionThread()
1061 return exception_thread.stack.start + \
1062 exception_thread.stack.memory.data_size
1063
1064 def FormatIntPtr(self, value):
1065 if self.Is64():

Callers 3

_AnalyzeMinidumpFunction · 0.80

Calls 1

ExceptionThreadMethod · 0.95

Tested by

no test coverage detected