Home | History | Annotate | Download | only in src

Lines Matching refs:luaV_tointeger

94 int luaV_tointeger (const TValue *obj, lua_Integer *p, int mode) {
138 if (!luaV_tointeger(obj, p, (step < 0 ? 2 : 1))) { /* not fit in integer? */