Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
flatten
Function · 0.70
fieldrefs
Method · 0.45
Tested by
no test coverage detected