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

Method InstanceAttributesOffset

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

Source from the content-addressed store, hash-verified

1266
1267 # Instance Attributes
1268 def InstanceAttributesOffset(self):
1269 return self.InstanceSizesOffset() + self.heap.IntSize()
1270
1271 def InstanceTypeOffset(self):
1272 return self.InstanceAttributesOffset()

Callers 2

InstanceTypeOffsetMethod · 0.95
BitField3OffsetMethod · 0.95

Calls 2

InstanceSizesOffsetMethod · 0.95
IntSizeMethod · 0.80

Tested by

no test coverage detected