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

Class KnownMap

deps/v8/tools/grokdump.py:1996–2003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994
1995
1996class KnownMap(HeapObject):
1997 def __init__(self, heap, known_name, instance_type):
1998 HeapObject.__init__(self, heap, None, None)
1999 self.instance_type = instance_type
2000 self.known_name = known_name
2001
2002 def __str__(self):
2003 return "<%s>" % self.known_name
2004
2005
2006COMMENT_RE = re.compile(r"^C (0x[0-9a-fA-F]+) (.*)$")

Callers 1

SenseMapMethod · 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…