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

Method processScriptSource

deps/v8/tools/parse-processor.mjs:968–971  ·  view source on GitHub ↗
(scriptId, url, source)

Source from the content-addressed store, hash-verified

966 }
967
968 processScriptSource(scriptId, url, source) {
969 let script = this.lookupScript(scriptId);
970 script.source = source;
971 }
972
973 processParseEval(
974 scriptId, startPosition, endPosition, duration, timestamp, functionName) {

Callers

nothing calls this directly

Calls 1

lookupScriptMethod · 0.95

Tested by

no test coverage detected