| 34 | void Delete() noexcept; |
| 35 | const ArrayHandle &_ecv_from IncreaseRefCount() const noexcept; |
| 36 | bool IsNull() const noexcept { return slotPtr == nullptr; } |
| 37 | |
| 38 | protected: |
| 39 | Heap::IndexSlot * null slotPtr; |
no outgoing calls
no test coverage detected