chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / CallFrame / <init>

<init>

CallFrame(callFrameId: CallFrameId, functionName: String, functionLocation: Location? = null, location: Location, url: String, scopeChain: List<Scope>, this: RemoteObject, returnValue: RemoteObject? = null)

JavaScript call frame. Array of call frames form the call stack.

Official doc