Lines Matching refs:TValue
109 { setobj2t(L, cast(TValue *,slot), v); \
115 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
116 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
117 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
118 LUAI_FUNC int luaV_tonumber_ (const TValue *obj, lua_Number *n);
119 LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode);
120 LUAI_FUNC int luaV_tointegerns (const TValue *obj, lua_Integer *p,
123 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
124 StkId val, const TValue *slot);
125 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
126 TValue *val, const TValue *slot);
134 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);