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