CallFrame

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

Sources

jvm source
Link copied to clipboard