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

Method processScriptDetails

deps/v8/tools/parse-processor.mjs:963–966  ·  view source on GitHub ↗
(scriptId, file, startLine, startColumn, size)

Source from the content-addressed store, hash-verified

961 }
962
963 processScriptDetails(scriptId, file, startLine, startColumn, size) {
964 let script = this.lookupScript(scriptId);
965 script.setFile(file);
966 }
967
968 processScriptSource(scriptId, url, source) {
969 let script = this.lookupScript(scriptId);

Callers

nothing calls this directly

Calls 2

lookupScriptMethod · 0.95
setFileMethod · 0.80

Tested by

no test coverage detected