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

Method genCode

src/hx/cppia/Cppia.cpp:821–825  ·  view source on GitHub ↗

Function Call

Source from the content-addressed store, hash-verified

819
820 // Function Call
821 void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE
822 {
823 genFunctionCall(function, compiler, inDest, destType, isBoolReturn, returnType,thisExpr, args,
824 isThisCall ? (JitVal)sJitThis : JitVal());
825 }
826
827
828 #endif

Callers

nothing calls this directly

Calls 2

genFunctionCallFunction · 0.85
JitValClass · 0.85

Tested by

no test coverage detected