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

Method InObjectProperties

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

Source from the content-addressed store, hash-verified

1256 return self.InstanceSizesOffset()
1257
1258 def InObjectProperties(self):
1259 return self.InstanceSizeOffset() + 1
1260
1261 def UnusedByte(self):
1262 return self.InObjectProperties() + 1

Callers 2

UnusedByteMethod · 0.95
PrintMethod · 0.95

Calls 1

InstanceSizeOffsetMethod · 0.95

Tested by

no test coverage detected