#include "lprefix.h"
#include <string.h>
#include "lua.h"
#include "ldebug.h"
#include "ldo.h"
#include "lgc.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"
#include "ltable.h"
#include "ltm.h"
#include "lvm.h"
Go to the source code of this file.
|
static int | callbinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
|
void | luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, const Proto *p) |
|
int | luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, int flip, int isfloat, TMS event) |
|
int | luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, TMS event) |
|
void | luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, const TValue *p3) |
|
void | luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, StkId res) |
|
const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
|
const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
|
void | luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) |
|
void | luaT_init (lua_State *L) |
|
const char * | luaT_objtypename (lua_State *L, const TValue *o) |
|
void | luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2, int flip, StkId res, TMS event) |
|
void | luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2, int flip, StkId res, TMS event) |
|
void | luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
|
void | luaT_tryconcatTM (lua_State *L) |
|
◆ ltm_c
Definition at line 7 of file ltm.c.
◆ LUA_CORE
Definition at line 8 of file ltm.c.
◆ callbinTM()
◆ luaT_adjustvarargs()
◆ luaT_callorderiTM()
int luaT_callorderiTM |
( |
lua_State * |
L, |
|
|
const TValue * |
p1, |
|
|
int |
v2, |
|
|
int |
flip, |
|
|
int |
isfloat, |
|
|
TMS |
event |
|
) |
| |
◆ luaT_callorderTM()
◆ luaT_callTM()
◆ luaT_callTMres()
◆ luaT_gettm()
Definition at line 60 of file ltm.c.
◆ luaT_gettmbyobj()
Definition at line 71 of file ltm.c.
◆ luaT_getvarargs()
◆ luaT_init()
Definition at line 38 of file ltm.c.
◆ luaT_objtypename()
Definition at line 91 of file ltm.c.
◆ luaT_trybinassocTM()
◆ luaT_trybiniTM()
◆ luaT_trybinTM()
◆ luaT_tryconcatTM()
◆ luaT_typenames_
Initial value:= {
"no value",
"upvalue", "proto"
}
Definition at line 30 of file ltm.c.
◆ udatatypename
const char udatatypename[] = "userdata" |
|
static |
Definition at line 28 of file ltm.c.