MCPcopy Create free account
hub / github.com/crownengine/crown / luaL_checkstack

Function luaL_checkstack

3rdparty/luajit/src/lj_api.c:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112LUALIB_API void luaL_checkstack(lua_State *L, int size, const char *msg)
113{
114 if (!lua_checkstack(L, size))
115 lj_err_callerv(L, LJ_ERR_STKOVM, msg);
116}
117
118LUA_API void lua_xmove(lua_State *L, lua_State *to, int n)
119{

Callers 4

push_capturesFunction · 0.70
io_file_readFunction · 0.70
reader_funcFunction · 0.70
luaL_setfuncsFunction · 0.70

Calls 2

lj_err_callervFunction · 0.85
lua_checkstackFunction · 0.70

Tested by

no test coverage detected