Home
last modified time | relevance | path

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

/external/lua/src/
Dldblib.c261 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
287 luaL_argcheck(L, (lua_getupvalue(L, argf, nup) != NULL), argnup, in checkupval()
Dlua.h455 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
Dlapi.c1352 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function