MCPcopy 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

TypeMethod · 0.95
AttributesMethod · 0.95
DeletedMethod · 0.95
FieldIndexMethod · 0.95
PointerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected