Searched refs:luaE_extendCI (Results 1 – 3 of 3) sorted by relevance
247 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
395 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))