MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / GCAddFinalizer

Function GCAddFinalizer

src/hx/gc/GcCommon.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104{
105
106void GCAddFinalizer(hx::Object *v, finalizer f)
107{
108 if (v)
109 {
110 throw Dynamic(HX_CSTRING("Add finalizer error"));
111 }
112}
113
114HX_CHAR *NewString(int inLen)
115{

Callers

nothing calls this directly

Calls 1

DynamicClass · 0.50

Tested by

no test coverage detected