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

Method toString

deps/v8/tools/parse-processor.mjs:721–726  ·  view source on GitHub ↗
(details = true)

Source from the content-addressed store, hash-verified

719 }
720
721 toString(details = true) {
722 let result = `function${this.name ? ` ${this.name}` : ''}` +
723 `() range=${this.start}-${this.end}`;
724 if (details) result += ` script=${this.script ? this.script.id : 'X'}`;
725 return result;
726 }
727}
728
729

Callers 1

printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected