Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
void 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
99
void addScriptableClass(String inName);
Callers
1
LoadCppia
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected