Searched refs:LUA_VNUMINT (Results 1 – 7 of 7) sorted by relevance
299 #define LUA_VNUMINT makevariant(LUA_TNUMBER, 0) /* integer numbers */ macro304 #define ttisinteger(o) checktag((o), LUA_VNUMINT)321 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }732 #define keyisinteger(node) (keytt(node) == LUA_VNUMINT)
138 case LUA_VNUMINT: in mainposition()182 case LUA_VNUMINT: in equalkey()744 case LUA_VNUMINT: return luaH_getint(t, ivalue(key)); in luaH_get()
120 case LUA_VNUMINT: in dumpConstants()
281 case LUA_VNUMINT: in PrintType()317 case LUA_VNUMINT: in PrintConstant()
178 case LUA_VNUMINT: in loadConstants()
681 case LUA_VNUMINT: in const2exp()
581 case LUA_VNUMINT: return (ivalue(t1) == ivalue(t2)); in luaV_equalobj()