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

Function luaD_inctop

third-party/lua-5.3.5/src/ldo.c:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240void luaD_inctop (lua_State *L) {
241 luaD_checkstack(L, 1);
242 L->top++;
243}
244
245/* }================================================================== */
246

Callers 4

pushstrFunction · 0.70
luaO_pushvfstringFunction · 0.70
luaU_undumpFunction · 0.70
luaY_parserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected