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

Method __init__

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

Source from the content-addressed store, hash-verified

1428 return self.heap.TaggedPointerSize() * 4
1429
1430 def __init__(self, heap, map, address):
1431 String.__init__(self, heap, map, address)
1432 self.left = self.ObjectField(self.LeftOffset())
1433 self.right = self.ObjectField(self.RightOffset())
1434
1435 def GetChars(self):
1436 try:

Callers

nothing calls this directly

Calls 4

LeftOffsetMethod · 0.95
RightOffsetMethod · 0.95
ObjectFieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected