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

Function val_field_numeric

src/hx/CFFI.cpp:838–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838double val_field_numeric(hx::Object * arg1,int arg2) THROWS
839{
840 if (!arg1) hx::Throw(HX_INVALID_OBJECT);
841 return arg1->__INumField(arg2);
842}
843
844value val_field_name(field inField)
845{

Callers 1

fieldsFunction · 0.50

Calls 2

ThrowFunction · 0.85
__INumFieldMethod · 0.80

Tested by

no test coverage detected