MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaD_call

Function luaD_call

3rdparty/lua/plainlua/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*/
653void luaD_call (lua_State *L, StkId func, int nResults) {
654 ccall(L, func, nResults, 1);
655}
656
657
658/*

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