| 2311 | |
| 2312 | const char *getName() HXCPP_OVERRIDE { return "ThisExpr"; } |
| 2313 | hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return ctx->getThis(); } |
| 2314 | |
| 2315 | #ifdef CPPIA_JIT |
| 2316 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |