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

Method CallDynamicFunction

src/hx/cppia/Cppia.cpp:938–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 Expressions args;
937
938 CallDynamicFunction(CppiaModule &inModule, const CppiaExpr *inSrc,
939 Dynamic inFunction, Expressions &ioArgs )
940 : CppiaExprWithValue(inSrc)
941 {
942 args.swap(ioArgs);
943 value = inFunction;
944 inModule.markable.push_back(this);
945 }
946
947 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
948 {

Callers

nothing calls this directly

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected