Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
deps/v8/tools/grokdump.py:1976–1978 ·
view source on GitHub ↗
(self, heap, address)
Source
from the content-addressed store, hash-verified
1974
class
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
"<???>"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected