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

Method processPreparseNoResolution

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

Source from the content-addressed store, hash-verified

1023 }
1024
1025 processPreparseNoResolution(
1026 scriptId, startPosition, endPosition, duration, timestamp, functionName) {
1027 let funktion = this.getOrCreateFunction(...arguments);
1028 funktion.preparseTimestamp = startOf(timestamp, duration);
1029 funktion.preparseDuration = duration;
1030 }
1031
1032 processFirstExecution(
1033 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