pl.wendigo.chrome.api.heapprofiler / GetObjectByHeapObjectIdResponse

GetObjectByHeapObjectIdResponse

data class GetObjectByHeapObjectIdResponse (source)

Represents response frame that is returned from HeapProfiler#getObjectByHeapObjectId operation call.

Link
HeapProfiler#getObjectByHeapObjectId method documentation.

See Also

HeapProfilerOperations.getObjectByHeapObjectId

Constructors

<init>

GetObjectByHeapObjectIdResponse(result: RemoteObject)

Represents response frame that is returned from HeapProfiler#getObjectByHeapObjectId operation call.

Properties

result

val result: RemoteObject

Evaluation result.