| 40 | |
| 41 | #ifdef HXCPP_GC_GENERATIONAL |
| 42 | void FieldMapSet(hx::Object *inThis,FieldMap *inMap, const String &inName, const Dynamic &inValue) |
| 43 | { |
| 44 | __string_hash_set(inThis,*inMap, inName, inValue,true); |
| 45 | } |
| 46 | #else |
| 47 | void FieldMapSet(FieldMap *inMap, const String &inName, const Dynamic &inValue) |
| 48 | { |
no test coverage detected