Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaD_call
Function
luaD_call
3rd/lua-5.4.3/src/ldo.c:586–588 ·
view source on GitHub ↗
** External interface for 'ccall' */
Source
from the content-addressed store, hash-verified
584
** External interface for
'ccall'
585
*/
586
void luaD_call (lua_State *L, StkId func, int nResults) {
587
ccall(L, func, nResults, 1);
588
}
589
590
591
/*
Callers
6
luaV_execute
Function · 0.85
luaT_callTM
Function · 0.85
luaT_callTMres
Function · 0.85
callclosemethod
Function · 0.85
lua_callk
Function · 0.85
lua_pcallk
Function · 0.85
Calls
1
ccall
Function · 0.85
Tested by
no test coverage detected