lua-users home
lua-l archive

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


> Why does load(...) in 5.2 make an assumption, that _ENV is *always*
> first upvalue? I think it should search for the name "_ENV" instead
> (and set nothing, if not found).

Upvalue names may not be available of debug information has been stripped.