| 4958 | } |
| 4959 | |
| 4960 | static void SLJIT_CALL anonAdd(hx::Anon_obj *inAnon, String *inName, hx::Object *inValue) |
| 4961 | { |
| 4962 | inAnon->Add(*inName, Dynamic(inValue), false ); |
| 4963 | } |
| 4964 | |
| 4965 | void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE |
| 4966 | { |