| 2699 | return inSrc->__Field(*inName,HX_PROP_DYNAMIC); |
| 2700 | } |
| 2701 | static hx::Object * SLJIT_CALL getObject( hx::Object *inSrc, String *inName ) |
| 2702 | { |
| 2703 | return Dynamic(inSrc->__Field(*inName,HX_PROP_DYNAMIC)).mPtr; |
| 2704 | } |
| 2705 | |
| 2706 | |
| 2707 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |
no test coverage detected