Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldebug.h40 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
A Dldebug.c196 const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) { in luaG_findlocal() function
231 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
246 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
A Dlfunc.c130 const char *vname = luaG_findlocal(L, L->ci, idx, NULL); in checkclosemth()

Completed in 5 milliseconds