All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CallInfo Struct Reference

Public Attributes

StkId base
 
lu_byte callstatus
 
ptrdiff_t extra
 
StkId func
 
struct CallInfonext
 
int nresults
 
short nresults
 
struct CallInfoprevious
 
const Instruction * savedpc
 
int tailcalls
 
StkId top
 
union {
   struct {
      lua_KContext   ctx
 
      lua_KFunction   k
 
      ptrdiff_t   old_errfunc
 
   }   c
 
   struct {
      StkId   base
 
      const Instruction *   savedpc
 
   }   l
 
u
 
union {
   struct {
      int   ctx
 
      lua_CFunction   k
 
      lu_byte   old_allowhook
 
      ptrdiff_t   old_errfunc
 
      lu_byte   status
 
   }   c
 
   struct {
      StkId   base
 
      const Instruction *   savedpc
 
   }   l
 
u