| 3947 | return val; |
| 3948 | } |
| 3949 | hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 3950 | { |
| 3951 | T *t = MEMGETPTR; |
| 3952 | BCR_CHECK; |
| 3953 | Dynamic result( Assign::run(*t,ctx,value) ); |
| 3954 | MEM_WB_CHECK; |
| 3955 | return result.mPtr; |
| 3956 | } |
| 3957 | |
| 3958 | void mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER( *pointer ); } |
| 3959 | #ifdef HXCPP_VISIT_ALLOCS |