Lines Matching refs:TValue
75 LUAI_FUNC const char *luaT_objtypename (lua_State *L, const TValue *o);
77 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
78 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
82 LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
83 const TValue *p2, const TValue *p3);
84 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
85 const TValue *p1, const TValue *p2, StkId p3);
86 LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
89 LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
90 const TValue *p2, int inv, StkId res, TMS event);
91 LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
93 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
94 const TValue *p2, TMS event);
95 LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,