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

Class KnownObject

deps/v8/tools/grokdump.py:1987–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1985
1986
1987class KnownObject(HeapObject):
1988 def __init__(self, heap, known_name):
1989 HeapObject.__init__(self, heap, None, None)
1990 self.known_name = known_name
1991
1992 def __str__(self):
1993 return "<%s>" % self.known_name
1994
1995
1996class KnownMap(HeapObject):

Callers 1

SenseObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…