| 44 | } |
| 45 | |
| 46 | static void handleFatalError(const std::string& message) { |
| 47 | SC_ABORT(message); |
| 48 | } |
| 49 | |
| 50 | bool ReferenceTableEntry::operator==(const ReferenceTableEntry& other) const { |
| 51 | return id == other.id && retainCount == other.retainCount && tag == other.tag; |
no outgoing calls
no test coverage detected