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

Method ReadSlot

deps/v8/tools/grokdump.py:1309–1310  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

1307 return self.heap.reader.ReadU8(self.address + offset)
1308
1309 def ReadSlot(self, offset):
1310 return self.heap.reader.ReadTagged(self.address + offset)
1311
1312 def Print(self, p):
1313 p.Print("Map(%08x)" % (self.address))

Callers 1

PrintMethod · 0.95

Calls 1

ReadTaggedMethod · 0.80

Tested by

no test coverage detected