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

Method __init__

deps/v8/tools/grokdump.py:1366–1368  ·  view source on GitHub ↗
(self, heap, map, address)

Source from the content-addressed store, hash-verified

1364 return self.heap.TaggedPointerSize() * 2
1365
1366 def __init__(self, heap, map, address):
1367 HeapObject.__init__(self, heap, map, address)
1368 self.length = self.Uint32Field(self.LengthOffset())
1369
1370 def GetChars(self):
1371 return "?string?"

Callers

nothing calls this directly

Calls 3

LengthOffsetMethod · 0.95
Uint32FieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected