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

Method Print

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

Source from the content-addressed store, hash-verified

1741 self.normal_type_cache = self.ObjectField(self.NormalTypeCacheOffset())
1742
1743 def Print(self, p):
1744 p.Print("CodeCache(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1745 p.Indent()
1746 p.Print("default cache: %s" % self.default_cache)
1747 p.Print("normal type cache: %s" % self.normal_type_cache)
1748 p.Dedent()
1749 p.Print("}")
1750
1751
1752class Code(HeapObject):

Callers

nothing calls this directly

Calls 4

IndentMethod · 0.80
DedentMethod · 0.80
PrintMethod · 0.45
FormatIntPtrMethod · 0.45

Tested by

no test coverage detected