lua-users home
lua-l archive

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


> Looking at how strings are created this doesn't seem possible, so the
> issue must be somewhere else. I am checking the type of the 'key'
> parameter in the following way (in luaK_self()):
> 
> int is_string_constant_key =
>     key->k == VK &&
>     isshortstr(fs, RKASK(key->u.info));
> 
> Perhaps this is incorrect?

What is 'isshortstr'?

-- Roberto