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

Method InstanceSizeOffset

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

Source from the content-addressed store, hash-verified

1253 return self.heap.TaggedPointerSize()
1254
1255 def InstanceSizeOffset(self):
1256 return self.InstanceSizesOffset()
1257
1258 def InObjectProperties(self):
1259 return self.InstanceSizeOffset() + 1

Callers 2

InObjectPropertiesMethod · 0.95
PrintMethod · 0.95

Calls 1

InstanceSizesOffsetMethod · 0.95

Tested by

no test coverage detected