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

Method CallFunExpr

src/hx/cppia/Cppia.cpp:736–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 bool isThisCall;
735
736 CallFunExpr(const CppiaExpr *inSrc, CppiaExpr *inThisExpr, ScriptCallable *inFunction, Expressions &ioArgs, bool inThisCall )
737 : CppiaExpr(inSrc)
738 {
739 args.swap(ioArgs);
740 function = inFunction;
741 thisExpr = inThisExpr;
742 returnType = etVoid;
743 isBoolReturn = false;
744 isThisCall = inThisCall;
745 }
746
747 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
748 {

Callers

nothing calls this directly

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected