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

Method getScript

deps/v8/tools/system-analyzer/processor.mjs:612–619  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

610 }
611
612 getScript(url) {
613 const script = this._profile.getScript(url);
614 // TODO create placeholder script for empty urls.
615 if (script === undefined) {
616 console.error(`Could not find script for url: '${url}'`)
617 }
618 return script;
619 }
620
621 processApiEvent(type, varArgs) {
622 // legacy events that are no longer supported

Callers 1

getProfileEntryScriptMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected