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

Method Details

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

Source from the content-addressed store, hash-verified

1556 return self.Decode(6, 11, value)
1557
1558 def Details(self, di, value):
1559 return (
1560 di,
1561 self.Type(value),
1562 self.Attributes(value),
1563 self.FieldIndex(value),
1564 self.Pointer(value)
1565 )
1566
1567
1568 def Print(self, p):

Callers 1

PrintMethod · 0.95

Calls 4

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

Tested by

no test coverage detected