Home | History | Annotate | Download | only in src

Lines Matching defs:luaV_execute

718 ** Function 'luaV_execute': main interpreter loop
724 ** some macros for common tasks in 'luaV_execute'
786 void luaV_execute (lua_State *L) {
791 ci->callstatus |= CIST_FRESH; /* fresh invocation of 'luaV_execute" */
1141 goto newframe; /* restart luaV_execute over new Lua function */
1172 goto newframe; /* restart luaV_execute over new Lua function */
1187 goto newframe; /* restart luaV_execute over new Lua function */