Home
last modified time | relevance | path

Searched refs:LUA_VNUMINT (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h310 #define LUA_VNUMINT makevariant(LUA_TNUMBER, 0) /* integer numbers */ macro
315 #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)
A Dltable.c143 case LUA_VNUMINT: { in mainposition()
214 case LUA_VNUMINT: in equalkey()
780 case LUA_VNUMINT: return luaH_getint(t, ivalue(key)); in luaH_get()
A Dldump.c120 case LUA_VNUMINT: in dumpConstants()
A Dluac.c281 case LUA_VNUMINT: in PrintType()
317 case LUA_VNUMINT: in PrintConstant()
A Dlundump.c178 case LUA_VNUMINT: in loadConstants()
A Dlcode.c676 case LUA_VNUMINT: in const2exp()
A Dlvm.c583 case LUA_VNUMINT: return (ivalue(t1) == ivalue(t2)); in luaV_equalobj()

Completed in 17 milliseconds