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

Method lookupFunktionByRange

deps/v8/tools/parse-processor.mjs:920–924  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

918 return results;
919 }
920 lookupFunktionByRange(start, end) {
921 let results = this.lookupFunktionsByRange(start, end);
922 if (results.length != 1) throw "Could not find unique function by range";
923 return results[0];
924 }
925
926 processScriptEvent(eventName, scriptId, timestamp) {
927 let script = this.idToScript.get(scriptId);

Callers 1

getOrCreateFunctionMethod · 0.95

Calls 1

Tested by

no test coverage detected