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

Method FindObjectOrSmi

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

Source from the content-addressed store, hash-verified

1812 self.objects = {}
1813
1814 def FindObjectOrSmi(self, tagged_address):
1815 if self.IsSmi(tagged_address): return self.SmiUntag(tagged_address)
1816 return self.FindObject(tagged_address)
1817
1818 def FindObject(self, tagged_address):
1819 if tagged_address in self.objects:

Callers 1

ObjectFieldMethod · 0.45

Calls 3

IsSmiMethod · 0.95
SmiUntagMethod · 0.95
FindObjectMethod · 0.95

Tested by

no test coverage detected