MCPcopy Create free account
hub / github.com/nodejs/node / get_style_class

Method get_style_class

deps/v8/tools/grokdump.py:2063–2064  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

2061 self.styles[self.reader.ExceptionIP()] = "pc"
2062
2063 def get_style_class(self, address):
2064 return self.styles.get(address, None)
2065
2066 def get_style_class_string(self, address):
2067 style = self.get_style_class(address)

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected