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

Method processCompileEval

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

Source from the content-addressed store, hash-verified

1076 }
1077
1078 processCompileEval(
1079 scriptId, startPosition, endPosition, duration, timestamp, functionName) {
1080 let compilationUnit = this.processCompile(...arguments);
1081 compilationUnit.isEval = true;
1082 }
1083
1084 processBaselineLazy(
1085 scriptId, startPosition, endPosition, duration, timestamp, functionName) {

Callers

nothing calls this directly

Calls 1

processCompileMethod · 0.95

Tested by

no test coverage detected