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

Method CountUndefinedInstructions

deps/v8/tools/grokdump.py:990–992  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

988
989 def GetDisasmLines(self, address, size):
990 def CountUndefinedInstructions(lines):
991 pattern = "<UNDEFINED>"
992 return sum([line.count(pattern) for (ignore, line) in lines])
993
994 location = self.FindLocation(address)
995 if location is None: return []

Callers

nothing calls this directly

Calls 2

sumFunction · 0.50
countMethod · 0.45

Tested by

no test coverage detected