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

Method IsAnyExceptionStackAddress

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

Source from the content-addressed store, hash-verified

779 return self.IsAnyExceptionStackAddress(address)
780
781 def IsAnyExceptionStackAddress(self, address):
782 return self.StackTop() <= address <= self.StackBottom()
783
784 def IsValidExceptionStackAddress(self, address):
785 if not self.IsValidAddress(address): return False

Callers 2

AddressTypeMarkerMethod · 0.80

Calls 2

StackTopMethod · 0.95
StackBottomMethod · 0.95

Tested by

no test coverage detected