Lines Matching refs:lua_assert
91 lua_assert(obj != result); in l_strton()
293 lua_assert(!ttistable(t)); in luaV_finishget()
300 lua_assert(isempty(slot)); in luaV_finishget()
337 lua_assert(isempty(slot)); /* slot must be empty */ in luaV_finishset()
480 lua_assert(ttisnumber(l) && ttisnumber(r)); in LTnum()
502 lua_assert(ttisnumber(l) && ttisnumber(r)); in LEnum()
524 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessthanothers()
546 lua_assert(!ttisnumber(l) || !ttisnumber(r)); in lessequalothers()
834 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
850 lua_assert(op == OP_TFORCALL || op == OP_CALL || in luaV_finishOp()
1153 lua_assert(base == ci->func + 1); in luaV_execute()
1154 lua_assert(base <= L->top && L->top < L->stack + L->stacksize); in luaV_execute()
1156 lua_assert(isIT(i) || (cast_void(L->top = base), 1)); in luaV_execute()
1325 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute()
1465 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
1632 lua_assert(base == ci->func + 1); in luaV_execute()
1732 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i)); in luaV_execute()
1748 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i)); in luaV_execute()
1803 lua_assert(0); in luaV_execute()