Variable RefCountedObject._refCount

count of references to this object from Ref

class RefCountedObject
{
  // ...
  int _refCount;
  // ...
}