Searched refs:LUA_VNUMINT (Results 1 – 7 of 7) sorted by relevance
310 #define LUA_VNUMINT makevariant(LUA_TNUMBER, 0) /* integer numbers */ macro315 #define ttisinteger(o) checktag((o), LUA_VNUMINT)332 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }744 #define keyisinteger(node) (keytt(node) == LUA_VNUMINT)
143 case LUA_VNUMINT: { in mainposition()214 case LUA_VNUMINT: in equalkey()780 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()
676 case LUA_VNUMINT: in const2exp()
583 case LUA_VNUMINT: return (ivalue(t1) == ivalue(t2)); in luaV_equalobj()
Completed in 17 milliseconds