MCPcopy Create free account
hub / github.com/GNOME/gjs / debug

Method debug

gjs/objectbox.cpp:74–78  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-convert-member-functions-to-static)

Source from the content-addressed store, hash-verified

72
73 // NOLINTNEXTLINE(readability-convert-member-functions-to-static)
74 void debug(const char* what GJS_USED_VERBOSE_LIFECYCLE) {
75 gjs_debug_lifecycle(GJS_DEBUG_GBOXED,
76 "%s: ObjectBox %p, JSObject %s", what, m_parent,
77 gjs_debug_object(m_root).c_str());
78 }
79
80 ObjectBox* m_parent;
81 JS::Heap<JSObject*> m_root;

Callers

nothing calls this directly

Calls 1

gjs_debug_objectFunction · 0.85

Tested by

no test coverage detected