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

Method __init__

deps/v8/tools/grokdump.py:1725–1728  ·  view source on GitHub ↗
(self, heap, map, address)

Source from the content-addressed store, hash-verified

1723 return self.SourceOffset() + self.heap.TaggedPointerSize()
1724
1725 def __init__(self, heap, map, address):
1726 HeapObject.__init__(self, heap, map, address)
1727 self.source = self.ObjectField(self.SourceOffset())
1728 self.name = self.ObjectField(self.NameOffset())
1729
1730
1731class CodeCache(HeapObject):

Callers

nothing calls this directly

Calls 4

SourceOffsetMethod · 0.95
NameOffsetMethod · 0.95
ObjectFieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected