luaE_extendCI
#define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))
LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);