MCPcopy Create free account
hub / github.com/nodejs/node / UnknownObject

Class UnknownObject

deps/v8/tools/grokdump.py:1974–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1972
1973
1974class UnknownObject(HeapObject):
1975
1976 def __init__(self, heap, address):
1977 HeapObject.__init__(self, heap, None, None)
1978 self.address = address
1979
1980 def GetChars(self):
1981 return "<???>"
1982
1983 def __str__(self):
1984 return "<0x%x>" % self.address
1985
1986
1987class KnownObject(HeapObject):

Callers 1

FindObjectOrSmiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected