MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_close

Function lua_close

3rdparty/lua/plainlua/lstate.c:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418
419LUA_API void lua_close (lua_State *L) {
420 lua_lock(L);
421 L = G(L)->mainthread; /* only the main thread can be closed */
422 close_state(L);
423}
424
425
426void luaE_warning (lua_State *L, const char *msg, int tocont) {

Callers 5

operator()Method · 0.85
mainFunction · 0.85
mainFunction · 0.85
os_exitFunction · 0.85
~LuaStackMethod · 0.85

Calls 1

close_stateFunction · 0.85

Tested by

no test coverage detected