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

Method __init__

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

Source from the content-addressed store, hash-verified

1353 p.Print(" - Prototype: %s" % self.ObjectField(self.PrototypeOffset()))
1354
1355 def __init__(self, heap, map, address):
1356 HeapObject.__init__(self, heap, map, address)
1357 self.instance_type = \
1358 heap.reader.ReadU8(self.address + self.InstanceTypeOffset())
1359
1360
1361class String(HeapObject):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

InstanceTypeOffsetMethod · 0.95
ReadU8Method · 0.80

Tested by

no test coverage detected