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

Method BitField3Offset

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

Source from the content-addressed store, hash-verified

1282
1283 # Other fields
1284 def BitField3Offset(self):
1285 return self.InstanceAttributesOffset() + self.heap.IntSize()
1286
1287 def PrototypeOffset(self):
1288 return self.BitField3Offset() + self.heap.TaggedPointerSize()

Callers 2

PrototypeOffsetMethod · 0.95
PrintMethod · 0.95

Calls 2

IntSizeMethod · 0.80

Tested by

no test coverage detected