lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Do upvalues associated with C functions count as references to the values?
That is will the collector collect upvalues of a C function if there is no
other reference to them?