Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ InstanceSizesOffset
Method
InstanceSizesOffset
deps/v8/tools/grokdump.py:1252–1253 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1250
1251
# Instance Sizes
1252
def
InstanceSizesOffset(self):
1253
return
self.heap.TaggedPointerSize()
1254
1255
def
InstanceSizeOffset(self):
1256
return
self.InstanceSizesOffset()
Callers
2
InstanceSizeOffset
Method · 0.95
InstanceAttributesOffset
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected