Home | History | Annotate | Download | only in cpp

Lines Matching refs:assert

31 #include <assert.h>
41 assert(handle_.IsNearDeath());
51 assert(!handle.IsEmpty());
52 assert(handle->InternalFieldCount() > 0);
62 assert(handle_.IsEmpty());
63 assert(handle->InternalFieldCount() > 0);
79 assert(!handle_.IsEmpty());
94 assert(!handle_.IsEmpty());
95 assert(!handle_.IsWeak());
96 assert(refs_ > 0);
106 assert(value == obj->handle_);
107 assert(!obj->refs_);