Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ LengthOffset
Method
LengthOffset
deps/v8/tools/grokdump.py:1484–1485 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1482
1483
class
FixedArray(HeapObject):
1484
def
LengthOffset(self):
1485
return
self.heap.TaggedPointerSize()
1486
1487
def
ElementsOffset(self):
1488
return
self.heap.TaggedPointerSize() * 2
Callers
1
__init__
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected