| 78 | //static int64 g_numScriptSystemValidations = 0; |
| 79 | |
| 80 | inline void CScriptSystem::Validate() |
| 81 | { |
| 82 | //#if defined(WIN64) && defined(_DEBUG) |
| 83 | //++g_numScriptSystemValidations; |
| 84 | //assert ((g_numScriptSystemValidations <135000) || IsHeapValid()); |
| 85 | //#endif |
| 86 | } |
| 87 | |
| 88 | |
| 89 | /*LUA_API void alberto_pushfunc(lua_State *L, HSCRIPTFUNCTION func) |
no outgoing calls
no test coverage detected