lua-users home
lua-l archive

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



On 07/04/2014 09:56, steve donovan wrote:
On Mon, Apr 7, 2014 at 2:46 PM, Thiago L. <fakedme@gmail.com> wrote:
= getmetatable(x)
table: 005CD330
What exactly is newproxy being used for here?  If we knew what you
were trying to do, we would probably give you a solution that didn't
need it ;)

Well if I were to use __index and __newindex someone could use rawget and rawset to bypass it and break my proxy... newproxy blocks that...