MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / runObject

Method runObject

src/hx/cppia/Cppia.cpp:2313–2313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getThisMethod · 0.45

Tested by

no test coverage detected