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