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

Method FindMap

deps/v8/tools/grokdump.py:1842–1846  ·  view source on GitHub ↗
(self, tagged_address)

Source from the content-addressed store, hash-verified

1840 return object
1841
1842 def FindMap(self, tagged_address):
1843 address = self.FindMapAddress(tagged_address)
1844 if not address: return None
1845 object = Map(self, None, address)
1846 return object
1847
1848 def FindMapAddress(self, tagged_address):
1849 if not self.IsTaggedMapAddress(tagged_address): return None

Callers 2

FindObjectMethod · 0.95
SenseMapMethod · 0.45

Calls 2

FindMapAddressMethod · 0.95
MapClass · 0.70

Tested by

no test coverage detected