Home
last modified time | relevance | path

Searched refs:luaC_step (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlgc.h158 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \
179 LUAI_FUNC void luaC_step (lua_State *L);
Dlgc.c1660 void luaC_step (lua_State *L) { in luaC_step() function
Dlapi.c1138 luaC_step(L); in lua_gc()