MCPcopy Index your code
hub / github.com/nodejs/node / print

Method print

deps/v8/tools/parse-processor.mjs:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }
287
288 print() {
289 console.log(this.toString());
290 }
291
292 toString() {
293 let str = `SCRIPT id=${this.id} file=${this.file}\n` +

Callers 2

addFunktionMethod · 0.45
printMethod · 0.45

Calls 2

toStringMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected