Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ print
Method
print
deps/v8/tools/parse-processor.mjs:817–820 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
815
}
816
817
print() {
818
console.log(
"scripts:"
);
819
this.idToScript.forEach(script => script.print());
820
}
821
822
async
processString(string) {
823
await
this.processLogChunk(string);
Callers
nothing calls this directly
Calls
3
forEach
Method · 0.65
log
Method · 0.45
print
Method · 0.45
Tested by
no test coverage detected