Lines Matching refs:TValue
59 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm()
60 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm()
70 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
90 const char *luaT_objtypename (lua_State *L, const TValue *o) { in luaT_objtypename()
94 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
102 void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTM()
103 const TValue *p2, TValue *p3, int hasres) { in luaT_callTM()
124 int luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callbinTM()
126 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in luaT_callbinTM()
135 void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinTM()
158 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM()