interface Debugger.CallFrame
Usage
import { type Debugger } from "node:inspector"; type { CallFrame } = Debugger;
JavaScript call frame. Array of call frames form the call stack.
optional
returnValue: Runtime.RemoteObject | undefined
The value being returned, if the function is at return point.