lua_setuservalue The compatibility implementation oflua_setuservalueis just a thin macro over the native implementations of the older Lua versions (lua_setfenvfor Lua 5.1, andlua_setuservaluefor Lua 5.2). As a consequence,lua_setuservaluedoes not accept values other than tables (for Lua 5.1)...