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

Method compile

src/hx/cppia/CppiaModule.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88#ifdef CPPIA_JIT
89void CppiaModule::compile()
90{
91 for(int i=0;i<classes.size();i++)
92 classes[i]->compile();
93
94 if (main)
95 main->compile();
96}
97#endif
98
99void addScriptableClass(String inName);

Callers 1

LoadCppiaFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected