Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaD_call
Function
luaD_call
third-party/lua-5.4.6/src/ldo.c:653–655 ·
view source on GitHub ↗
** External interface for 'ccall' */
Source
from the content-addressed store, hash-verified
651
** External interface for
'ccall'
652
*/
653
void luaD_call (lua_State *L, StkId func, int nResults) {
654
ccall(L, func, nResults, 1);
655
}
656
657
658
/*
Callers
6
luaV_execute
Function · 0.70
luaT_callTM
Function · 0.70
luaT_callTMres
Function · 0.70
callclosemethod
Function · 0.70
lua_callk
Function · 0.70
lua_pcallk
Function · 0.70
Calls
1
ccall
Function · 0.70
Tested by
no test coverage detected