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

Method runVoid

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

Source from the content-addressed store, hash-verified

5981 }
5982
5983 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
5984 {
5985 CppiaExpr **v = &vars[0];
5986 CppiaExpr **end = v + vars.size();
5987 for(;v<end && !ctx->breakContReturn && !ctx->exception;v++)
5988 (*v)->runVoid(ctx);
5989 }
5990
5991 #ifdef CPPIA_JIT
5992 void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
runVoidMethod · 0.45

Tested by

no test coverage detected