Call Frame
data class CallFrame(callFrameId: CallFrameId, functionName: String, functionLocation: Location?, location: Location, url: String, scopeChain: List<Scope>, _this: RemoteObject, returnValue: RemoteObject?)
Content copied to clipboard
JavaScript call frame. Array of call frames form the call stack.
Constructors
CallFrame
Link copied to clipboard
fun CallFrame(callFrameId: CallFrameId, functionName: String, functionLocation: Location? = null, location: Location, url: String, scopeChain: List<Scope>, _this: RemoteObject, returnValue: RemoteObject? = null)
Content copied to clipboard
Properties
_this
Link copied to clipboard
callFrameId
Link copied to clipboard
functionLocation
Link copied to clipboard
functionName
Link copied to clipboard
returnValue
Link copied to clipboard
scopeChain
Link copied to clipboard
Sources
jvm source
Link copied to clipboard