MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaD_call

Function luaD_call

third-party/lua-5.5.0/src/ldo.c:775–777  ·  view source on GitHub ↗

** External interface for 'ccall' */

Source from the content-addressed store, hash-verified

773** External interface for 'ccall'
774*/
775void luaD_call (lua_State *L, StkId func, int nResults) {
776 ccall(L, func, nResults, 1);
777}
778
779
780/*

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.70

Tested by

no test coverage detected