#include <lua/lobject.h>
Data Fields | |
L_Umaxalign | dummy |
struct { | |
GCObject * next | |
lu_byte tt | |
lu_byte marked | |
lu_byte reserved | |
unsigned int hash | |
size_t len | |
} | tsv |
Definition at line 199 of file lobject.h.
unsigned int TString::hash |
size_t TString::len |
Definition at line 205 of file lobject.h.
Referenced by anchor_token(), DumpString(), l_strcmp(), luaS_newlstr(), and newlstr().
struct { ... } TString::tsv |
Referenced by anchor_token(), DumpString(), l_strcmp(), llex(), luaS_newlstr(), luaX_init(), and newlstr().