Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lobject.h>
Data Fields | |
TString * | name |
lu_byte | instack |
lu_byte | idx |
lu_byte | kind |
Definition at line 446 of file lua-5.2.4/src/lobject.h.
lu_byte Upvaldesc::idx |
Definition at line 449 of file lua-5.2.4/src/lobject.h.
Referenced by getcached(), getcached(), mainfunc(), newupvalue(), pushclosure(), pushclosure(), and pushclosure().
lu_byte Upvaldesc::instack |
Definition at line 448 of file lua-5.2.4/src/lobject.h.
Referenced by getcached(), getcached(), mainfunc(), and newupvalue().
lu_byte Upvaldesc::kind |
Definition at line 506 of file lua-5.4.3/src/lobject.h.
Referenced by check_readonly(), mainfunc(), and newupvalue().
TString * Upvaldesc::name |
Definition at line 447 of file lua-5.2.4/src/lobject.h.
Referenced by check_readonly(), mainfunc(), and newupvalue().