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

Method RightOffset

deps/v8/tools/grokdump.py:1427–1428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1425 return self.heap.TaggedPointerSize() * 3
1426
1427 def RightOffset(self):
1428 return self.heap.TaggedPointerSize() * 4
1429
1430 def __init__(self, heap, map, address):
1431 String.__init__(self, heap, map, address)

Callers 1

__init__Method · 0.95

Calls 1

TaggedPointerSizeMethod · 0.45

Tested by

no test coverage detected