Searched defs:lua_getupvalue (Results 1 – 2 of 2) sorted by relevance
428 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
1222 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function