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

Method processParseEval

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

Source from the content-addressed store, hash-verified

971 }
972
973 processParseEval(
974 scriptId, startPosition, endPosition, duration, timestamp, functionName) {
975 if (startPosition != 0 && startPosition != -1) {
976 console.error('Invalid start position for parse-eval', arguments);
977 }
978 let script = this.processParseScript(...arguments);
979 script.isEval = true;
980 }
981
982 processFull(
983 scriptId, startPosition, endPosition, duration, timestamp, functionName) {

Callers

nothing calls this directly

Calls 2

processParseScriptMethod · 0.95
errorMethod · 0.45

Tested by

no test coverage detected