Searched refs:luaV_execute (Results 1 – 3 of 3) sorted by relevance
67 LUAI_FUNC void luaV_execute (lua_State *L);
426 luaV_execute(L); /* call it */ in luaD_call()476 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()550 luaV_execute(L); /* call it */ in resume()558 luaV_execute(L); /* just continue running Lua code */ in resume()
777 void luaV_execute (lua_State *L) { function