MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / closepaux

Function closepaux

third-party/lua-5.4.6/src/ldo.c:925–928  ·  view source on GitHub ↗

** Auxiliary function to call 'luaF_close' in protected mode. */

Source from the content-addressed store, hash-verified

923** Auxiliary function to call 'luaF_close' in protected mode.
924*/
925static void closepaux (lua_State *L, void *ud) {
926 struct CloseP *pcl = cast(struct CloseP *, ud);
927 luaF_close(L, pcl->level, pcl->status, 0);
928}
929
930
931/*

Callers

nothing calls this directly

Calls 1

luaF_closeFunction · 0.70

Tested by

no test coverage detected