Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Print
Method
Print
deps/v8/tools/profiling/ll_prof.py:318–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
316
yield
code
317
318
def
Print(self):
319
for
code in self.AllCode():
320
print(code)
321
322
def
Find(self, pc):
323
if
pc < self.min_address or pc >= self.max_address:
Callers
nothing calls this directly
Calls
2
AllCode
Method · 0.95
print
Function · 0.50
Tested by
no test coverage detected