Lines Matching refs:lua_assert
98 lua_assert(obj != result); in l_strton()
300 lua_assert(!ttistable(t)); in luaV_finishget()
307 lua_assert(isempty(slot)); in luaV_finishget()
344 lua_assert(isempty(slot)); /* slot must be empty */ in luaV_finishset()
487 lua_assert(ttisnumber(l) && ttisnumber(r)); in LTnum()
509 lua_assert(ttisnumber(l) && ttisnumber(r)); in LEnum()
531 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessthanothers()
553 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessequalothers()
841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
857 lua_assert(op == OP_TFORCALL || op == OP_CALL || in luaV_finishOp()
1159 lua_assert(base == ci->func + 1); in luaV_execute()
1160 lua_assert(base <= L->top && L->top < L->stack_last); in luaV_execute()
1162 lua_assert(isIT(i) || (cast_void(L->top = base), 1)); in luaV_execute()
1331 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute()
1471 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
1646 lua_assert(base == ci->func + 1); in luaV_execute()
1758 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i)); in luaV_execute()
1774 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i)); in luaV_execute()
1829 lua_assert(0); in luaV_execute()