Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Decode
Method
Decode
deps/v8/tools/grokdump.py:1528–1529 ·
view source on GitHub ↗
(self, offset, size, value)
Source
from the content-addressed store, hash-verified
1526
return
self.array.Get(0)
1527
1528
def
Decode(self, offset, size, value):
1529
return
(value >> offset) & ((1 << size) - 1)
1530
1531
TYPES = [
1532
"normal"
,
Callers
5
Type
Method · 0.95
Attributes
Method · 0.95
Deleted
Method · 0.95
FieldIndex
Method · 0.95
Pointer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected