MCPcopy Create free account
hub / github.com/buke/quickjs-go / GoClassFinalizerProxy

Function GoClassFinalizerProxy

bridge.c:492–494  ·  view source on GitHub ↗

Finalizer proxy - unified cleanup handler Corresponds to QuickJS JSClassDef.finalizer Called when JS object is garbage collected

Source from the content-addressed store, hash-verified

490// Corresponds to QuickJS JSClassDef.finalizer
491// Called when JS object is garbage collected
492void GoClassFinalizerProxy(JSRuntime *rt, JSValue val) {
493 goClassFinalizerProxy(rt, val);
494}
495
496
497// ============================================================================

Callers

nothing calls this directly

Calls 1

goClassFinalizerProxyFunction · 0.85

Tested by

no test coverage detected