Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Proto Struct Reference

#include <lobject.h>

Data Fields

 CommonHeader
 
TValuek
 
Instructioncode
 
struct Proto ** p
 
int * lineinfo
 
struct LocVarlocvars
 
TString ** upvalues
 
TStringsource
 
int sizeupvalues
 
int sizek
 
int sizecode
 
int sizelineinfo
 
int sizep
 
int sizelocvars
 
int linedefined
 
int lastlinedefined
 
GCObjectgclist
 
lu_byte nups
 
lu_byte numparams
 
lu_byte is_vararg
 
lu_byte maxstacksize
 
LocVarlocvars
 
Upvaldescupvalues
 
union Closurecache
 
struct LClosurecache
 
int sizeabslineinfo
 
ls_bytelineinfo
 
AbsLineInfoabslineinfo
 

Detailed Description

Definition at line 231 of file lua-5.1.5/src/lobject.h.

Field Documentation

◆ abslineinfo

◆ cache [1/2]

◆ cache [2/2]

struct LClosure* Proto::cache

Definition at line 426 of file lua-5.3.6/src/lobject.h.

◆ code

◆ CommonHeader

Proto::CommonHeader

Definition at line 232 of file lua-5.1.5/src/lobject.h.

◆ gclist

GCObject * Proto::gclist

◆ is_vararg

◆ k

◆ lastlinedefined

◆ linedefined

◆ lineinfo [1/2]

◆ lineinfo [2/2]

ls_byte* Proto::lineinfo

Definition at line 557 of file lua-5.4.3/src/lobject.h.

◆ locvars [1/2]

◆ locvars [2/2]

LocVar* Proto::locvars

Definition at line 473 of file lua-5.2.4/src/lobject.h.

◆ maxstacksize

◆ numparams

◆ nups

◆ p

◆ sizeabslineinfo

int Proto::sizeabslineinfo

◆ sizecode

◆ sizek

◆ sizelineinfo

◆ sizelocvars

◆ sizep

◆ sizeupvalues

◆ source

◆ upvalues [1/2]

◆ upvalues [2/2]

Upvaldesc* Proto::upvalues

Definition at line 474 of file lua-5.2.4/src/lobject.h.


The documentation for this struct was generated from the following files: