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

Method runObject

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

Source from the content-addressed store, hash-verified

374 return body->runFloat(ctx);
375 }
376 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
377 {
378 unsigned char *pointer = ctx->pointer;
379 ctx->push( ctx->getThis(false) );
380 AutoStack save(ctx,pointer);
381 addStackVarsSpace(ctx);
382 CPPIA_STACK_FRAME(this);
383 CPPIA_STACK_LINE(this);
384 return body->runObject(ctx);
385 }
386};
387
388

Callers

nothing calls this directly

Calls 3

pushMethod · 0.45
getThisMethod · 0.45
runObjectMethod · 0.45

Tested by

no test coverage detected