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

Function hxcpp_alloc_field

src/hx/CFFI.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812 arg1->__SetField(__hxcpp_field_from_id(arg2),arg3, HX_PROP_DYNAMIC );
813}
814void hxcpp_alloc_field(hx::Object * arg1,int arg2,hx::Object * arg3)
815{
816 return alloc_field(arg1,arg2,arg3);
817}
818
819void alloc_field_numeric(hx::Object * arg1,int arg2,double arg3) THROWS
820{

Callers

nothing calls this directly

Calls 1

alloc_fieldFunction · 0.70

Tested by

no test coverage detected