MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaD_inctop

Function luaD_inctop

3rdparty/lua/plainlua/ldo.c:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322void luaD_inctop (lua_State *L) {
323 luaD_checkstack(L, 1);
324 L->top.p++;
325}
326
327/* }================================================================== */
328

Callers 3

loadStringNFunction · 0.85
luaU_undumpFunction · 0.85
luaY_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected