Searched refs:luaV_execute (Results 1 – 6 of 6) sorted by relevance
38 LUAI_FUNC void luaV_execute (lua_State *L);
412 luaV_execute(L); /* call it */ in luaD_call()452 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()517 luaV_execute(L); /* call it */ in resume_cb()525 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
594 void luaV_execute (lua_State *L) { in luaV_execute() function
499 luaV_execute(L); /* call it */ in luaD_call()556 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()625 luaV_execute(L); /* call it */ in resume()632 luaV_execute(L); /* just continue running Lua code */ in resume()
106 LUAI_FUNC void luaV_execute (lua_State *L);
786 void luaV_execute (lua_State *L) { in luaV_execute() function