Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
UnusedByte
Method · 0.95
Print
Method · 0.95
Calls
1
InstanceSizeOffset
Method · 0.95
Tested by
no test coverage detected