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

Function luaD_inctop

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

Source from the content-addressed store, hash-verified

424
425
426void luaD_inctop (lua_State *L) {
427 L->top.p++;
428 luaD_checkstack(L, 1);
429}
430
431/* }================================================================== */
432

Callers 3

luaU_undumpFunction · 0.70
open_funcFunction · 0.70
luaY_parserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected