| 812 | arg1->__SetField(__hxcpp_field_from_id(arg2),arg3, HX_PROP_DYNAMIC ); |
| 813 | } |
| 814 | void hxcpp_alloc_field(hx::Object * arg1,int arg2,hx::Object * arg3) |
| 815 | { |
| 816 | return alloc_field(arg1,arg2,arg3); |
| 817 | } |
| 818 | |
| 819 | void alloc_field_numeric(hx::Object * arg1,int arg2,double arg3) THROWS |
| 820 | { |
nothing calls this directly
no test coverage detected