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

Function create_abstract

src/hx/CFFI.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323hx::Object *create_abstract(vkind inKind,int inMemSize, hx::finalizer inFree )
324{
325 int type = (int)(intptr_t)inKind;
326
327 return new hx::Abstract_obj(type,inMemSize,inFree);
328}
329
330
331void free_abstract(hx::Object *obj)

Callers 1

createAbstractFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected