luaV_execute
luaV_execute(L); /* call it */
luaV_execute(L); /* execute down to higher C 'boundary' */
luaV_execute(L); /* call it */
luaV_execute(L); /* just continue running Lua code */
LUAI_FUNC void luaV_execute (lua_State *L);