Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
801
static void dothecall (lua_State *L, void *ud) {
802
UNUSED(ud);
803
luaD_callnoyield(L, L->top - 2, 0);
804
}
805
806
807
static void GCTM (lua_State *L, int propagateerrors) {
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.70
Tested by
no test coverage detected