MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaD_callnoyield

Function luaD_callnoyield

3rd/lua-5.4.3/src/ldo.c:594–596  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

592** Similar to 'luaD_call', but does not allow yields during the call.
593*/
594void luaD_callnoyield (lua_State *L, StkId func, int nResults) {
595 ccall(L, func, nResults, nyci);
596}
597
598
599/*

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