MCPcopy Index your code
hub / github.com/nodejs/node / Type

Method Type

deps/v8/tools/grokdump.py:1538–1539  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1536 ]
1537
1538 def Type(self, value):
1539 return DescriptorArray.TYPES[self.Decode(0, 3, value)]
1540
1541 def Attributes(self, value):
1542 attributes = self.Decode(3, 3, value)

Callers 1

DetailsMethod · 0.95

Calls 1

DecodeMethod · 0.95

Tested by

no test coverage detected