Searched refs:luaV_execute (Results 1 – 6 of 6) sorted by relevance
39 LUAI_FUNC void luaV_execute (lua_State *L);
476 luaV_execute(L); /* call it */ in luaD_call()516 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()581 luaV_execute(L); /* call it */ in resume_cb()589 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
595 void luaV_execute (lua_State *L) { in luaV_execute() function
126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
548 luaV_execute(L, ci); /* call it */ in ccall()613 luaV_execute(L, ci); /* execute down to higher C 'boundary' */ in unroll()687 luaV_execute(L, ci); /* just continue running Lua code */ in resume()
1129 void luaV_execute (lua_State *L, CallInfo *ci) { in luaV_execute() function