Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Decode
Method
Decode
deps/v8/tools/grokdump.py:1248–1249 ·
view source on GitHub ↗
(self, offset, size, value)
Source
from the content-addressed store, hash-verified
1246
1247
class
Map(HeapObject):
1248
def
Decode(self, offset, size, value):
1249
return
(value >> offset) & ((1 << size) - 1)
1250
1251
# Instance Sizes
1252
def
InstanceSizesOffset(self):
Callers
1
Print
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected