Searched refs:luaC_forcestep (Results 1 – 3 of 3) sorted by relevance
145 LUAI_FUNC void luaC_forcestep (lua_State *L);
1163 void luaC_forcestep (lua_State *L) { in luaC_forcestep() function1179 if (g->gcrunning) luaC_forcestep(L); in luaC_step()
1052 luaC_forcestep(L); /* do a single step */ in lua_gc()1059 luaC_forcestep(L); in lua_gc()