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

Function runFunExprDynamicVoid

src/hx/cppia/Cppia.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328void runFunExprDynamicVoid(CppiaCtx *ctx, ScriptCallable *inFunExpr, hx::Object *inThis, Array<Dynamic> &inArgs )
329{
330 unsigned char *pointer = ctx->pointer;
331 inFunExpr->pushArgsDynamic(ctx, inThis, inArgs);
332 AutoStack save(ctx,pointer);
333 ctx->runVoid(inFunExpr);
334}
335
336
337

Callers 1

createInstanceMethod · 0.85

Calls 2

pushArgsDynamicMethod · 0.80
runVoidMethod · 0.45

Tested by

no test coverage detected