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

Method __init__

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

Source from the content-addressed store, hash-verified

1494 return self.ObjectField(self.MemberOffset(i))
1495
1496 def __init__(self, heap, map, address):
1497 HeapObject.__init__(self, heap, map, address)
1498 self.length = self.SmiField(self.LengthOffset())
1499
1500 def Print(self, p):
1501 p.Print("FixedArray(%s) {" % self.heap.reader.FormatIntPtr(self.address))

Callers

nothing calls this directly

Calls 3

LengthOffsetMethod · 0.95
SmiFieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected