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

Function alloc_field_numeric

src/hx/CFFI.cpp:819–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void alloc_field_numeric(hx::Object * arg1,int arg2,double arg3) THROWS
820{
821 //hx::InternalCollect();
822 if (!arg1) hx::Throw(HX_INVALID_OBJECT);
823 arg1->__SetField(__hxcpp_field_from_id(arg2),arg3, HX_PROP_DYNAMIC );
824}
825void hxcpp_alloc_field_numeric(hx::Object * arg1,int arg2,double arg3)
826{
827 return alloc_field_numeric(arg1,arg2,arg3);

Callers 1

Calls 2

ThrowFunction · 0.85
__SetFieldMethod · 0.45

Tested by

no test coverage detected