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

Method genCode

src/hx/cppia/Cppia.cpp:4873–4876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4871
4872 #ifdef CPPIA_JIT
4873 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE
4874 {
4875 compiler->returnNull(inDest, destType);
4876 }
4877 #endif
4878
4879};

Callers

nothing calls this directly

Calls 1

returnNullMethod · 0.80

Tested by

no test coverage detected