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

Method finalize

gjs/module.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 static void finalize(JS::GCContext*, JSObject* module) {
203 delete priv(module);
204 }
205
206 static constexpr JSClassOps class_ops = {
207 nullptr, // addProperty

Callers 2

gjs_context_finalizeFunction · 0.45
gjs_coverage_finalizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected