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

Method finalize_impl

gi/wrapperutils.h:1221–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219
1220 protected:
1221 void finalize_impl(JS::GCContext*, JSObject* obj) {
1222 static_cast<Instance*>(this)->remove_associated_memory(obj);
1223 delete static_cast<Instance*>(this);
1224 }
1225
1226 void add_associated_memory(JSObject*) { }
1227 void remove_associated_memory(JSObject*) { }

Callers 1

finalizeMethod · 0.45

Calls 1

Tested by

no test coverage detected