Searched refs:luaV_execute (Results 1 – 6 of 6) 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
39 LUAI_FUNC void luaV_execute (lua_State *L);
477 luaV_execute(L); /* call it */ in luaD_call()517 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()582 luaV_execute(L); /* call it */ in resume_cb()590 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
595 void luaV_execute (lua_State *L) { in luaV_execute() function