MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaD_call

Function luaD_call

lib/lua/src/ldo.c:646–648  ·  view source on GitHub ↗

** External interface for 'ccall' */

Source from the content-addressed store, hash-verified

644** External interface for 'ccall'
645*/
646void luaD_call (lua_State *L, StkId func, int nResults) {
647 ccall(L, func, nResults, 1);
648}
649
650
651/*

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