Home
last modified time | relevance | path

Searched refs:luaV_execute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h139 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
H A Dldo.c641 luaV_execute(L, ci); /* call it */ in ccall()
748 luaV_execute(L, ci); /* execute down to higher C 'boundary' */ in unroll()
800 luaV_execute(L, ci); /* just continue running Lua code */ in resume()
H A Dlvm.c1230 void luaV_execute (lua_State *L, CallInfo *ci) { function