Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void GCAddFinalizer(hx::Object *v, finalizer f)
107
{
108
if (v)
109
{
110
throw Dynamic(HX_CSTRING(
"Add finalizer error"
));
111
}
112
}
113
114
HX_CHAR *NewString(int inLen)
115
{
Callers
nothing calls this directly
Calls
1
Dynamic
Class · 0.50
Tested by
no test coverage detected