MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dothecall

Function dothecall

3rd/lua-5.4.3/src/lgc.c:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891
892
893static void dothecall (lua_State *L, void *ud) {
894 UNUSED(ud);
895 luaD_callnoyield(L, L->top - 2, 0);
896}
897
898
899static void GCTM (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected