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

Method runInt

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

Source from the content-addressed store, hash-verified

354 body->runVoid(ctx);
355 }
356 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
357 {
358 unsigned char *pointer = ctx->pointer;
359 ctx->push( ctx->getThis(false) );
360 AutoStack save(ctx,pointer);
361 addStackVarsSpace(ctx);
362 CPPIA_STACK_FRAME(this);
363 CPPIA_STACK_LINE(this);
364 return body->runInt(ctx);
365 }
366 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
367 {
368 unsigned char *pointer = ctx->pointer;

Callers

nothing calls this directly

Calls 3

pushMethod · 0.45
getThisMethod · 0.45
runIntMethod · 0.45

Tested by

no test coverage detected