pl.wendigo.chrome.domain.heapprofiler / GetHeapObjectIdRequest

GetHeapObjectIdRequest

data class GetHeapObjectIdRequest (source)

Represents request frame that can be used with HeapProfiler.getHeapObjectId method call.

Constructors

<init>

GetHeapObjectIdRequest(objectId: RemoteObjectId)

Represents request frame that can be used with HeapProfiler.getHeapObjectId method call.

Properties

objectId

val objectId: RemoteObjectId

Identifier of the object to get heap object id for.