MCPcopy Create free account
hub / github.com/nodejs/node / Print

Method Print

deps/v8/tools/grokdump.py:1470–1471  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

1468 self.kind = self.SmiField(self.KindOffset())
1469
1470 def Print(self, p):
1471 p.Print(str(self))
1472
1473 def __str__(self):
1474 if self.to_string:

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
PrintMethod · 0.45

Tested by

no test coverage detected