MCPcopy 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

forEachMethod · 0.65
logMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected