MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / luaD_call

Function luaD_call

xrepo/packages/l/lua/port/lua/src/ldo.c:618–620  ·  view source on GitHub ↗

** External interface for 'ccall' */

Source from the content-addressed store, hash-verified

616** External interface for 'ccall'
617*/
618void luaD_call (lua_State *L, StkId func, int nResults) {
619 ccall(L, func, nResults, 1);
620}
621
622
623/*

Callers 6

luaV_executeFunction · 0.70
luaT_callTMFunction · 0.70
luaT_callTMresFunction · 0.70
callclosemethodFunction · 0.70
lua_callkFunction · 0.70
lua_pcallkFunction · 0.70

Calls 1

ccallFunction · 0.85

Tested by

no test coverage detected