| 2012 | return this; |
| 2013 | } |
| 2014 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 2015 | { |
| 2016 | hx::Object *obj = thisExpr->runObject(ctx); |
| 2017 | CPPIA_CHECK(obj); |
| 2018 | return static_cast<EnumBase_obj *>(obj)->_hx_getIndex(); |
| 2019 | } |
| 2020 | |
| 2021 | |
| 2022 | #ifdef CPPIA_JIT |