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

Method InstanceTypeOffset

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

Source from the content-addressed store, hash-verified

1269 return self.InstanceSizesOffset() + self.heap.IntSize()
1270
1271 def InstanceTypeOffset(self):
1272 return self.InstanceAttributesOffset()
1273
1274 def BitFieldOffset(self):
1275 return self.InstanceTypeOffset() + 1

Callers 3

BitFieldOffsetMethod · 0.95
PrintMethod · 0.95
__init__Method · 0.95

Calls 1

Tested by

no test coverage detected