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

Function dothecall

third-party/lua-5.3.5/src/lgc.c:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799
800
801static void dothecall (lua_State *L, void *ud) {
802 UNUSED(ud);
803 luaD_callnoyield(L, L->top - 2, 0);
804}
805
806
807static void GCTM (lua_State *L, int propagateerrors) {

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.70

Tested by

no test coverage detected