Home
last modified time | relevance | path

Searched refs:luaV_tointeger (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h64 : luaV_tointeger(o,i,LUA_FLOORN2I))
119 LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode);
A Dlvm.c152 int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode) { in luaV_tointeger() function
178 if (!luaV_tointeger(lim, p, (step < 0 ? F2Iceil : F2Ifloor))) { in forlimit()

Completed in 7 milliseconds