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

Method __Field

src/hx/CFFI.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 hx::Val __Field(const String &inString, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
119 {
120 if (inString==HX_CSTRING("_hxcpp_toString")) return _hxcpp_toString;
121 if (inString==HX_CSTRING("_hxcpp_kind")) return __hxcpp_get_kind(this);
122 return hx::Object::__Field(inString, inCallProp);
123 }
124
125 hx::Val __SetField(const String &inName,const hx::Val &inValue, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
126 {

Callers 1

val_iter_field_valsFunction · 0.45

Calls 1

__hxcpp_get_kindFunction · 0.85

Tested by

no test coverage detected