Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ FieldIndex
Method
FieldIndex
deps/v8/tools/grokdump.py:1552–1553 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
1550
return
self.Decode(6, 1, value) == 1
1551
1552
def
FieldIndex(self, value):
1553
return
self.Decode(20, 11, value)
1554
1555
def
Pointer(self, value):
1556
return
self.Decode(6, 11, value)
Callers
1
Details
Method · 0.95
Calls
1
Decode
Method · 0.95
Tested by
no test coverage detected