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

Method toString

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

Source from the content-addressed store, hash-verified

290 }
291
292 toString() {
293 let str = `SCRIPT id=${this.id} file=${this.file}\n` +
294 `functions[${this.funktions.length}]:`;
295 this.funktions.forEach(fn => str += fn.toString());
296 return str;
297 }
298
299 getBytes() {
300 return this.bytesTotal;

Callers 1

printMethod · 0.95

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected