Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.c801 static void dothecall (lua_State *L, void *ud) { in dothecall() function
823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()