Searched refs:luaV_execute (Results 1 – 3 of 3) sorted by relevance
38 LUAI_FUNC void luaV_execute (lua_State *L);
406 luaV_execute(L); /* call it */ in luaD_call()446 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()511 luaV_execute(L); /* call it */ in resume_cb()519 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
594 void luaV_execute (lua_State *L) { in luaV_execute() function