Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
IsAnyExceptionStackAddress
Method · 0.95
do_display_stack_objects
Method · 0.80
_AnalyzeMinidump
Function · 0.80
Calls
1
ExceptionSP
Method · 0.95
Tested by
no test coverage detected