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

Method runObject

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

Source from the content-addressed store, hash-verified

4535 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return GetFloatAligned( ((char *)ctx->frame) + offset ); }
4536 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToString( GetFloatAligned( ((char *)ctx->frame) + offset )); }
4537 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
4538 {
4539 return Dynamic( GetFloatAligned( ((char *)ctx->frame) + offset ) ).mPtr;
4540 }
4541
4542 CppiaExpr *makeSetter(AssignOp op,CppiaExpr *value) HXCPP_OVERRIDE
4543 {

Callers

nothing calls this directly

Calls 2

GetFloatAlignedFunction · 0.85
DynamicClass · 0.50

Tested by

no test coverage detected