MCPcopy 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*/
586void luaD_call (lua_State *L, StkId func, int nResults) {
587 ccall(L, func, nResults, 1);
588}
589
590
591/*

Callers 6

luaV_executeFunction · 0.85
luaT_callTMFunction · 0.85
luaT_callTMresFunction · 0.85
callclosemethodFunction · 0.85
lua_callkFunction · 0.85
lua_pcallkFunction · 0.85

Calls 1

ccallFunction · 0.85

Tested by

no test coverage detected