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

Method __SetField

src/hx/CFFI.cpp:125–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 hx::Val __SetField(const String &inName,const hx::Val &inValue, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
126 {
127 if (inName==HX_CSTRING("_hxcpp_toString"))
128 {
129 _hxcpp_toString = inValue;
130 return inValue;
131 }
132 return hx::Object::__SetField(inName, inValue,inCallProp);
133 }
134
135
136 Dynamic _hxcpp_toString;

Callers 2

alloc_fieldFunction · 0.45
alloc_field_numericFunction · 0.45

Calls 1

__SetFieldFunction · 0.50

Tested by

no test coverage detected