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

Method Print

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

Source from the content-addressed store, hash-verified

1371 return "?string?"
1372
1373 def Print(self, p):
1374 p.Print(str(self))
1375
1376 def __str__(self):
1377 return "\"%s\"" % self.GetChars()

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
PrintMethod · 0.45

Tested by

no test coverage detected