Searched refs:luaV_execute (Results 1 – 3 of 3) sorted by relevance
38 LUAI_FUNC void luaV_execute (lua_State *L);
395 luaV_execute(L); /* call it */ in luaD_call()435 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()500 luaV_execute(L); /* call it */ in resume()508 luaV_execute(L); /* just continue running Lua code */ in resume()
534 void luaV_execute (lua_State *L) { in luaV_execute() function