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

Function luaD_callnoyield

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

** Similar to 'luaD_call', but does not allow yields during the call. */

Source from the content-addressed store, hash-verified

781** Similar to 'luaD_call', but does not allow yields during the call.
782*/
783void luaD_callnoyield (lua_State *L, StkId func, int nResults) {
784 ccall(L, func, nResults, nyci);
785}
786
787
788/*

Callers 7

luaT_callTMFunction · 0.70
luaT_callTMresFunction · 0.70
luaG_errormsgFunction · 0.70
callclosemethodFunction · 0.70
lua_callkFunction · 0.70
f_callFunction · 0.70
dothecallFunction · 0.70

Calls 1

ccallFunction · 0.70

Tested by

no test coverage detected