Searched refs:luaV_execute (Results 1 – 3 of 3) sorted by relevance
33 LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);
378 luaV_execute(L, 1); /* call it */ in luaD_call()405 luaV_execute(L, cast_int(L->ci - L->base_ci)); in resume()
377 void luaV_execute (lua_State *L, int nexeccalls) { in luaV_execute() function