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

Function luaD_callnoyield

lib/lua/src/ldo.c:654–656  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

652** Similar to 'luaD_call', but does not allow yields during the call.
653*/
654void luaD_callnoyield (lua_State *L, StkId func, int nResults) {
655 ccall(L, func, nResults, nyci);
656}
657
658
659/*

Callers 7

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

Calls 1

ccallFunction · 0.85

Tested by

no test coverage detected