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