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

Method IsValidExceptionStackAddress

deps/v8/tools/grokdump.py:784–786  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

782 return self.StackTop() <= address <= self.StackBottom()
783
784 def IsValidExceptionStackAddress(self, address):
785 if not self.IsValidAddress(address): return False
786 return self.IsExceptionStackAddress(address)
787
788 def IsModuleAddress(self, address):
789 return self.GetModuleForAddress(address) is not None

Callers

nothing calls this directly

Calls 2

IsValidAddressMethod · 0.95

Tested by

no test coverage detected