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

Method processParseFunction

deps/v8/tools/parse-processor.mjs:998–1003  ·  view source on GitHub ↗
(
      scriptId, startPosition, endPosition, duration, timestamp, functionName)

Source from the content-addressed store, hash-verified

996 }
997
998 processParseFunction(
999 scriptId, startPosition, endPosition, duration, timestamp, functionName) {
1000 let funktion = this.getOrCreateFunction(...arguments);
1001 funktion.parseTimestamp = startOf(timestamp, duration);
1002 funktion.parseDuration = duration;
1003 }
1004
1005 processParseScript(
1006 scriptId, startPosition, endPosition, duration, timestamp, functionName) {

Callers

nothing calls this directly

Calls 2

getOrCreateFunctionMethod · 0.95
startOfFunction · 0.85

Tested by

no test coverage detected