| 293 | |
| 294 | protected: |
| 295 | void debug_lifecycle(const char* message GJS_USED_VERBOSE_LIFECYCLE) const { |
| 296 | gjs_debug_lifecycle(Base::DEBUG_TOPIC, |
| 297 | "[%p: %s pointer %p - %s (%s)] %s", this, |
| 298 | Base::DEBUG_TAG, ptr_addr(), format_name().c_str(), |
| 299 | type_name(), message); |
| 300 | } |
| 301 | void debug_lifecycle(const void* obj GJS_USED_VERBOSE_LIFECYCLE, |
| 302 | const char* message GJS_USED_VERBOSE_LIFECYCLE) const { |
| 303 | gjs_debug_lifecycle(Base::DEBUG_TOPIC, |
no outgoing calls
no test coverage detected