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