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

Method UnusedByte

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

Source from the content-addressed store, hash-verified

1259 return self.InstanceSizeOffset() + 1
1260
1261 def UnusedByte(self):
1262 return self.InObjectProperties() + 1
1263
1264 def VisitorId(self):
1265 return self.UnusedByte() + 1

Callers 2

VisitorIdMethod · 0.95
PrintMethod · 0.95

Calls 1

InObjectPropertiesMethod · 0.95

Tested by

no test coverage detected