Lines Matching refs:lua_assert
95 lua_assert(obj != result); in l_strton()
297 lua_assert(!ttistable(t)); in luaV_finishget()
304 lua_assert(isempty(slot)); in luaV_finishget()
341 lua_assert(isempty(slot)); /* slot must be empty */ in luaV_finishset()
481 lua_assert(ttisnumber(l) && ttisnumber(r)); in LTnum()
503 lua_assert(ttisnumber(l) && ttisnumber(r)); in LEnum()
525 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessthanothers()
547 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessequalothers()
841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
870 lua_assert(op == OP_TFORCALL || op == OP_CALL || in luaV_finishOp()
946 TValue *v2 = KC(i); lua_assert(ttisnumber(v2)); \
976 TValue *v2 = KC(i); lua_assert(ttisnumber(v2)); \
1183 lua_assert(base == ci->func.p + 1); in luaV_execute()
1184 lua_assert(base <= L->top.p && L->top.p <= L->stack_last.p); in luaV_execute()
1186 lua_assert(isIT(i) || (cast_void(L->top.p = base), 1)); in luaV_execute()
1374 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute()
1522 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
1710 lua_assert(L->tbclist.p < base); /* no pending tbc variables */ in luaV_execute()
1711 lua_assert(base == ci->func.p + 1); in luaV_execute()
1822 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i)); in luaV_execute()
1839 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i)); in luaV_execute()
1898 lua_assert(0); in luaV_execute()