Macros | Functions
ldebug.h File Reference
#include "lstate.h"
Include dependency graph for ldebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABSLINEINFO   (-0x80)
 
#define ci_func(ci)   (clLvalue(s2v((ci)->func)))
 
#define pcRel(pc, p)   (cast_int((pc) - (p)->code) - 1)
 
#define resethookcount(L)   (L->hookcount = L->basehookcount)
 

Functions

LUAI_FUNC const char * luaG_addinfo (lua_State *L, const char *msg, TString *src, int line)
 
LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2)
 
LUAI_FUNC l_noret luaG_errormsg (lua_State *L)
 
LUAI_FUNC const char * luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos)
 
LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what)
 
LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc)
 
LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1, const TValue *p2, const char *msg)
 
LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2)
 
LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt,...)
 
LUAI_FUNC l_noret luaG_tointerror (lua_State *L, const TValue *p1, const TValue *p2)
 
LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc)
 
LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *opname)
 

Macro Definition Documentation

#define ABSLINEINFO   (-0x80)

Definition at line 27 of file ldebug.h.

#define ci_func (   ci)    (clLvalue(s2v((ci)->func)))

Definition at line 18 of file ldebug.h.

#define pcRel (   pc,
 
)    (cast_int((pc) - (p)->code) - 1)

Definition at line 14 of file ldebug.h.

#define resethookcount (   L)    (L->hookcount = L->basehookcount)

Definition at line 21 of file ldebug.h.

Function Documentation

LUAI_FUNC const char* luaG_addinfo ( lua_State L,
const char *  msg,
TString src,
int  line 
)

Definition at line 742 of file ldebug.c.

LUAI_FUNC l_noret luaG_concaterror ( lua_State L,
const TValue p1,
const TValue p2 
)

Definition at line 706 of file ldebug.c.

LUAI_FUNC l_noret luaG_errormsg ( lua_State L)

Definition at line 754 of file ldebug.c.

LUAI_FUNC const char* luaG_findlocal ( lua_State L,
CallInfo ci,
int  n,
StkId pos 
)

Definition at line 200 of file ldebug.c.

LUAI_FUNC l_noret luaG_forerror ( lua_State L,
const TValue o,
const char *  what 
)

Definition at line 700 of file ldebug.c.

LUAI_FUNC int luaG_getfuncline ( const Proto f,
int  pc 
)

Definition at line 87 of file ldebug.c.

LUAI_FUNC l_noret luaG_opinterror ( lua_State L,
const TValue p1,
const TValue p2,
const char *  msg 
)

Definition at line 712 of file ldebug.c.

LUAI_FUNC l_noret luaG_ordererror ( lua_State L,
const TValue p1,
const TValue p2 
)

Definition at line 731 of file ldebug.c.

LUAI_FUNC l_noret luaG_runerror ( lua_State L,
const char *  fmt,
  ... 
)

Definition at line 767 of file ldebug.c.

LUAI_FUNC l_noret luaG_tointerror ( lua_State L,
const TValue p1,
const TValue p2 
)

Definition at line 723 of file ldebug.c.

LUAI_FUNC int luaG_traceexec ( lua_State L,
const Instruction pc 
)

Definition at line 807 of file ldebug.c.

LUAI_FUNC l_noret luaG_typeerror ( lua_State L,
const TValue o,
const char *  opname 
)

Definition at line 694 of file ldebug.c.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:48