MCPcopy Create free account
hub / github.com/nodejs/node / Register

Method Register

deps/v8/tools/grokdump.py:1084–1085  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1082 return self.MachinePointerSize()
1083
1084 def Register(self, name):
1085 return self.exception_context.__getattribute__(name)
1086
1087 def ReadMinidumpString(self, rva):
1088 string = bytearray(MINIDUMP_STRING.Read(self.minidump, rva).buffer)

Callers 3

output_contextMethod · 0.80
EvalExpressionMethod · 0.80
_AnalyzeMinidumpFunction · 0.80

Calls 1

__getattribute__Method · 0.45

Tested by

no test coverage detected