#include <lstate.h>
Public Attributes | |
GCObject ** | hash |
lu_int32 | nuse |
int | size |
GCObject** stringtable::hash |
Definition at line 59 of file lstate.h.
Referenced by internshrstr(), lua_newstate(), luaC_freeallobjects(), luaS_resize(), newshrstr(), and singlestep().
lu_int32 stringtable::nuse |
Definition at line 60 of file lstate.h.
Referenced by checkSizes(), lua_newstate(), luaC_freeallobjects(), and newshrstr().
int stringtable::size |
Definition at line 61 of file lstate.h.
Referenced by checkSizes(), internshrstr(), lua_newstate(), luaC_freeallobjects(), luaS_resize(), newshrstr(), and singlestep().