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

Method genCode

src/hx/cppia/Cppia.cpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561 #ifdef CPPIA_JIT
562 void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE
563 {
564 JumpId ifNot = condition->genCompare(compiler,true);
565 doIf->genCode(compiler,inDest,destType);
566 compiler->comeFrom(ifNot);
567 }
568 #endif
569};
570

Callers

nothing calls this directly

Calls 3

comeFromMethod · 0.80
genCompareMethod · 0.45
genCodeMethod · 0.45

Tested by

no test coverage detected