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

Method AddName

deps/v8/tools/profiling/ll_prof.py:123–129  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

121 self.codetype = Code.UNKNOWN
122
123 def AddName(self, name):
124 assert self.name != name
125 if self.other_names is None:
126 self.other_names = [name]
127 return
128 if not name in self.other_names:
129 self.other_names.append(name)
130
131 def FullName(self):
132 if self.other_names is None:

Callers 1

_HandleCodeConflictMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected