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