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

Method runObject

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected