Call Frame
constructor(callFrameId: CallFrameId, functionName: String, functionLocation: Location? = null, location: Location, url: String, scopeChain: List<Scope>, this: RemoteObject, returnValue: RemoteObject? = null, canBeRestarted: Boolean? = null)