HeapProfiler.getHeapObjectId
{
"name": "getHeapObjectId",
"parameters": [
{
"name": "objectId",
"$ref": "Runtime.RemoteObjectId",
"description": "Identifier of the object to get heap object id for."
}
],
"returns": [
{
"name": "heapSnapshotObjectId",
"$ref": "HeapSnapshotObjectId",
"description": "Id of the heap snapshot object corresponding to the passed remote object id."
}
]
}