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

Method fieldrefs

deps/v8/tools/gc-nvp-trace-processor.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 self.items = items
100
101 def fieldrefs(self):
102 return flatten([item.fieldrefs() for item in self.items])
103
104 def to_gnuplot(self, ctx):
105 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])

Callers

nothing calls this directly

Calls 2

flattenFunction · 0.70
fieldrefsMethod · 0.45

Tested by

no test coverage detected