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

Method genCompare

src/hx/cppia/Cppia.cpp:6943–6946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6941
6942 #ifdef CPPIA_JIT
6943 JumpId genCompare(CppiaCompiler *compiler,bool inReverse,LabelId inLabel) HXCPP_OVERRIDE
6944 {
6945 return value->genCompare(compiler, !inReverse, inLabel);
6946 }
6947 #endif
6948
6949};

Callers

nothing calls this directly

Calls 1

genCompareMethod · 0.45

Tested by

no test coverage detected