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

Method processCompileLazy

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

Source from the content-addressed store, hash-verified

1048 }
1049
1050 processCompileLazy(
1051 scriptId, startPosition, endPosition, duration, timestamp, functionName) {
1052 let funktion = this.getOrCreateFunction(...arguments);
1053 funktion.lazyCompileTimestamp = startOf(timestamp, duration);
1054 funktion.lazyCompileDuration = duration;
1055 }
1056
1057 processCompile(
1058 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