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

Method __init__

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

Source from the content-addressed store, hash-verified

1463 return self.ToNumberOffset() + self.heap.TaggedPointerSize()
1464
1465 def __init__(self, heap, map, address):
1466 HeapObject.__init__(self, heap, map, address)
1467 self.to_string = self.ObjectField(self.ToStringOffset())
1468 self.kind = self.SmiField(self.KindOffset())
1469
1470 def Print(self, p):
1471 p.Print(str(self))

Callers

nothing calls this directly

Calls 5

ToStringOffsetMethod · 0.95
KindOffsetMethod · 0.95
ObjectFieldMethod · 0.80
SmiFieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected